Shades of County Green #1D4F3C
Tints of County Green #1D4F3C
RGB
CMYK
RGB Variations
Color information
#1D4F3C (or 0x1D4F3C) is known color: County Green. HEX triplet: 1D, 4F and 3C. RGB value is (29,79,60). Sum of RGB (Red+Green+Blue) = 29+79+60=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F3C is #E2B0C3. Grayscale: #3D3D3D. Windows color (decimal): -14856388 or 3952413. OLE color: 3952413.
HSL color Cylindrical-coordinate representation of color #1D4F3C: hue angle of 157.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4F3C is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 79 | 60 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.69 |
| HSL | 157.2º | 0.46% | 0.21% | - |
| HSV(B) | 157.2º | 0.63% | 0.31% | - |
| XYZ | 4.12 | 6.18 | 5.25 | - |
| YUV | 61.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 60 | 0.63 | 0 | 0.24 | 0.69 | 157.2 | 0.46 | 0.21 |
| Hex | 1D | 4F | 3C | 3F | 0 | 18 | 45 | 9D | 2E | 15 |
| Octal | 35 | 117 | 74 | 77 | 0 | 30 | 105 | 235 | 56 | 25 |
| Binary | 11101 | 1001111 | 111100 | 111111 | 0 | 11000 | 1000101 | 10011101 | 101110 | 10101 |
Color Harmonies of #1D4F3C
Complementary color
Monochromatic Colors of #1D4F3C
Black with #1D4F3C
Text Example
Text Example
White with #1D4F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4F3C; }
p { color: rgb(29,79,60); }
H1.HeaderClassName
{
color: #1D4F3C;
}
.AnyTagClassName
{
color: #1D4F3C;
}
</style>
background-color css
<style>
a { background-color: #1D4F3C; }
a { background-color: rgb(29,79,60); }
div.DivClassName
{
background-color: #1D4F3C;
}
.BgClassName
{
background-color: #1D4F3C;
}
</style>
border-color css
<style>
span { border-color: #1D4F3C; }
span { border-color: rgb(29,79,60); }
td.TdClassName
{
border-color: #1D4F3C;
}
.TagClassName
{
border-color: #1D4F3C;
}
</style>