Shades of County Green #1D5440
Tints of County Green #1D5440
RGB
CMYK
RGB Variations
Color information
#1D5440 (or 0x1D5440) is known color: County Green. HEX triplet: 1D, 54 and 40. RGB value is (29,84,64). Sum of RGB (Red+Green+Blue) = 29+84+64=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5440 is #E2ABBF. Grayscale: #414141. Windows color (decimal): -14855104 or 4215837. OLE color: 4215837.
HSL color Cylindrical-coordinate representation of color #1D5440: hue angle of 158.18º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5440 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 64 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.67 |
| HSL | 158.18º | 0.49% | 0.22% | - |
| HSV(B) | 158.18º | 0.65% | 0.33% | - |
| XYZ | 4.6 | 6.97 | 5.95 | - |
| YUV | 65.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 64 | 0.65 | 0 | 0.24 | 0.67 | 158.18 | 0.49 | 0.22 |
| Hex | 1D | 54 | 40 | 41 | 0 | 18 | 43 | 9E | 31 | 16 |
| Octal | 35 | 124 | 100 | 101 | 0 | 30 | 103 | 236 | 61 | 26 |
| Binary | 11101 | 1010100 | 1000000 | 1000001 | 0 | 11000 | 1000011 | 10011110 | 110001 | 10110 |
Color Harmonies of #1D5440
Complementary color
Monochromatic Colors of #1D5440
Black with #1D5440
Text Example
Text Example
White with #1D5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5440; }
p { color: rgb(29,84,64); }
H1.HeaderClassName
{
color: #1D5440;
}
.AnyTagClassName
{
color: #1D5440;
}
</style>
background-color css
<style>
a { background-color: #1D5440; }
a { background-color: rgb(29,84,64); }
div.DivClassName
{
background-color: #1D5440;
}
.BgClassName
{
background-color: #1D5440;
}
</style>
border-color css
<style>
span { border-color: #1D5440; }
span { border-color: rgb(29,84,64); }
td.TdClassName
{
border-color: #1D5440;
}
.TagClassName
{
border-color: #1D5440;
}
</style>