COLOR #255C2A

HEX: #255C2A RGB: (37,92,42)

Color info

#255C2A contains red, green and blue colors in about the same proportion. Web safe color of #255C2A is #336633 (or #363).

RGB color model

#255C2A color RGB value is (37,92,42).

RGB: (37,92,42) (15%, 36%, 16%)

RGB channels and saturation

R 37 of 255 = 15%
G 92 of 255 = 36%
B 42 of 255 = 16%

37
92
42

R + G + B ~ 22%. #255C2A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 92 + 42 = 171 (100%)
R 37 of 171 ~ 21.64%
G 92 of 171 ~ 53.8%
B 42 of 171 ~ 24.56'%

%21.64
%53.8
%24.56

CMYK color model

#255C2A color CMYK value is (60,0,54,64).

  • cyan value is 59.78%
  • magenta value is 0.00%
  • yellow value is 54.35%
  • key color value is 63.92%

CMYK: (60,0,54,64)
C60M0Y54K64 (60%, 0%, 54%, 64%)
(0.60 / 0.00 / 0.54 / 0.64)

CMYK percentages

%59.78
%0
%54.35
%63.92

Codes

Color #255C2A in popluar color models

25 5C 2A
RGB 37 92 42
HSL 125° 42.64% 25.29%
HSB/HSV 125° 59.78% 36.08%
CMYK 59.78% 0.00% 54.35%
63.92%

Color #255C2A in popluar number systems.

HEX 25 5C 2A
Decimal 37 92 42
Binary 100101 1011100 101010
Octal 45 134 52

Shades and tints

Shades of #255C2A

#255C2A
(37,92,42)
#225427
(34,84,39)
#1F4C24
(31,76,36)
#1C4421
(28,68,33)
#193C1E
(25,60,30)
#16341B
(22,52,27)
#132C18
(19,44,24)
#102415
(16,36,21)
#0D1C12
(13,28,18)
#0A140F
(10,20,15)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #255C2A

#255C2A
(37,92,42)
#386A3D
(56,106,61)
#4B7850
(75,120,80)
#5E8663
(94,134,99)
#719476
(113,148,118)
#84A289
(132,162,137)
#97B09C
(151,176,156)
#AABEAF
(170,190,175)
#BDCCC2
(189,204,194)
#D0DAD5
(208,218,213)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255C2A color. Also use rgb(37,92,42) instead hex code.

Text Font Color

.myTextColor { color: #255C2A; }

<p style="color:#255C2A">This sample text font color is #255C2A.</p>

This text font color is #255C2A.

Background Color

.myBgColor { background-color: #255C2A; }

<div style="background-color:#255C2A">Inner text</div>

This div background color is #255C2A.

Border color

.myBorderColor { border: 1px solid #255C2A; }

<div style="border:3px solid #255C2A">Div</div>

This div border color is #255C2A.

Opacity

.myOpacity80 { color: #255C2A; opacity: 0.8; }

<p style="color:#255C2A;opacity:0.8;">80%</p>

Text with #255C2A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #255C2A;}

<p style="text-shadow: 3px 3px 1px #255C2A">Text here.</p>

This text has shadow with #255C2A color.


.textShadow {text-shadow: 3px 3px 1px #255C2A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #255C2A, 5px 5px 20px red">Text here.</p>

This text has shadow with #255C2A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#255C2A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#255C2A, Direction=45, Strength=4)">Text</p>

This text has shadow with #255C2A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #255C2A;
-webkit-box-shadow: 1px 1px 3px 2px #255C2A;
box-shadow: 1px 1px 3px 2px #255C2A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #255C2A; -webkit-box-shadow: 1px 1px 3px 2px #255C2A; box-shadow:1px 1px 3px 2px #255C2A;">
Div content here
</div>

This div box has shadow with color #255C2A.

Preview

Color preview on black background

This text has color #255C2A on black background.


Color preview on white background

This text has color #255C2A on white background.


Black color preview on #255C2A background

This text has black color on #255C2A background.


White color preview on #255C2A background

This text has white color on #255C2A background.


Related colors

Complementary color

Complementary color for #hex is #DAA3D5.


I love getcolorcode.com

Triadic colors

1 #2A255C and #5C2A25 with #255C2A are triadic colors.

2 #2A5C25 and #5C252A with #255C2A are triadic colors.