#1D5539

Color #1D5539 County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #1D5539

Tints of County Green #1D5539

Color information

#1D5539 (or 0x1D5539) is unknown color: approx County Green. HEX triplet: 1D, 55 and 39. RGB value is (29,85,57). Sum of RGB (Red+Green+Blue) = 29+85+57=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5539 is #E2AAC6. Grayscale: #414141. Windows color (decimal): -14854855 or 3757341. OLE color: 3757341.

HSL color Cylindrical-coordinate representation of color #1D5539: hue angle of 150º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5539 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB298557-
CMYK0.6600.330.67
HSL150º49.12%22.35%-
HSV(B)150º65.88%33.33%-
XYZ4.497.055-
YUV65.06123.45102.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=16.96%
G=49.71%
B=33.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985570.6600.330.6715049.1222.35
Hex1D55394202143963116
Octal35125711020411032266126
Binary1110110101011110011000010010000110000111001011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D5539; }

 p { color: rgb(29,85,57); }

 H1.HeaderClassName
 {
   color: #1D5539;
 }
 .AnyTagClassName
 {
   color: #1D5539;
 }
</style>
background-color css

<style>
 a { background-color: #1D5539; }

 a { background-color: rgb(29,85,57); }

 div.DivClassName
 {
   background-color: #1D5539;
 }
 .BgClassName
 {
   background-color: #1D5539;
 }
</style>
border-color css

<style>
 span { border-color: #1D5539; }

 span { border-color: rgb(29,85,57); }

 td.TdClassName
 {
   border-color: #1D5539;
 }
 .TagClassName
 {
   border-color: #1D5539;
 }
</style>