Shades of County Green #1D4833
Tints of County Green #1D4833
RGB
CMYK
RGB Variations
Color information
#1D4833 (or 0x1D4833) is known color: County Green. HEX triplet: 1D, 48 and 33. RGB value is (29,72,51). Sum of RGB (Red+Green+Blue) = 29+72+51=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4833 is #E2B7CC. Grayscale: #383838. Windows color (decimal): -14858189 or 3360797. OLE color: 3360797.
HSL color Cylindrical-coordinate representation of color #1D4833: hue angle of 150.7º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4833 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 72 | 51 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.72 |
| HSL | 150.7º | 0.43% | 0.2% | - |
| HSV(B) | 150.7º | 0.6% | 0.28% | - |
| XYZ | 3.42 | 5.13 | 3.94 | - |
| YUV | 56.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 51 | 0.60 | 0 | 0.29 | 0.72 | 150.7 | 0.43 | 0.2 |
| Hex | 1D | 48 | 33 | 3C | 0 | 1D | 48 | 97 | 2B | 14 |
| Octal | 35 | 110 | 63 | 74 | 0 | 35 | 110 | 227 | 53 | 24 |
| Binary | 11101 | 1001000 | 110011 | 111100 | 0 | 11101 | 1001000 | 10010111 | 101011 | 10100 |
Color Harmonies of #1D4833
Complementary color
Monochromatic Colors of #1D4833
Black with #1D4833
Text Example
Text Example
White with #1D4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4833; }
p { color: rgb(29,72,51); }
H1.HeaderClassName
{
color: #1D4833;
}
.AnyTagClassName
{
color: #1D4833;
}
</style>
background-color css
<style>
a { background-color: #1D4833; }
a { background-color: rgb(29,72,51); }
div.DivClassName
{
background-color: #1D4833;
}
.BgClassName
{
background-color: #1D4833;
}
</style>
border-color css
<style>
span { border-color: #1D4833; }
span { border-color: rgb(29,72,51); }
td.TdClassName
{
border-color: #1D4833;
}
.TagClassName
{
border-color: #1D4833;
}
</style>