Shades of County Green #1D5438
Tints of County Green #1D5438
RGB
CMYK
RGB Variations
Color information
#1D5438 (or 0x1D5438) is known color: County Green. HEX triplet: 1D, 54 and 38. RGB value is (29,84,56). Sum of RGB (Red+Green+Blue) = 29+84+56=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5438 is #E2ABC7. Grayscale: #404040. Windows color (decimal): -14855112 or 3691549. OLE color: 3691549.
HSL color Cylindrical-coordinate representation of color #1D5438: hue angle of 149.45º 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 #1D5438 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 56 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.67 |
| HSL | 149.45º | 0.49% | 0.22% | - |
| HSV(B) | 149.45º | 0.65% | 0.33% | - |
| XYZ | 4.39 | 6.89 | 4.84 | - |
| YUV | 64.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 56 | 0.65 | 0 | 0.33 | 0.67 | 149.45 | 0.49 | 0.22 |
| Hex | 1D | 54 | 38 | 41 | 0 | 21 | 43 | 95 | 31 | 16 |
| Octal | 35 | 124 | 70 | 101 | 0 | 41 | 103 | 225 | 61 | 26 |
| Binary | 11101 | 1010100 | 111000 | 1000001 | 0 | 100001 | 1000011 | 10010101 | 110001 | 10110 |
Color Harmonies of #1D5438
Complementary color
Monochromatic Colors of #1D5438
Black with #1D5438
Text Example
Text Example
White with #1D5438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5438; }
p { color: rgb(29,84,56); }
H1.HeaderClassName
{
color: #1D5438;
}
.AnyTagClassName
{
color: #1D5438;
}
</style>
background-color css
<style>
a { background-color: #1D5438; }
a { background-color: rgb(29,84,56); }
div.DivClassName
{
background-color: #1D5438;
}
.BgClassName
{
background-color: #1D5438;
}
</style>
border-color css
<style>
span { border-color: #1D5438; }
span { border-color: rgb(29,84,56); }
td.TdClassName
{
border-color: #1D5438;
}
.TagClassName
{
border-color: #1D5438;
}
</style>