Shades of County Green #1D533F
Tints of County Green #1D533F
RGB
CMYK
RGB Variations
Color information
#1D533F (or 0x1D533F) is known color: County Green. HEX triplet: 1D, 53 and 3F. RGB value is (29,83,63). Sum of RGB (Red+Green+Blue) = 29+83+63=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #1D533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D533F is #E2ACC0. Grayscale: #404040. Windows color (decimal): -14855361 or 4150045. OLE color: 4150045.
HSL color Cylindrical-coordinate representation of color #1D533F: hue angle of 157.78º degrees, saturation: 0.48, 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 #1D533F is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 63 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.67 |
| HSL | 157.78º | 0.48% | 0.22% | - |
| HSV(B) | 157.78º | 0.65% | 0.33% | - |
| XYZ | 4.5 | 6.81 | 5.78 | - |
| YUV | 64.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 63 | 0.65 | 0 | 0.24 | 0.67 | 157.78 | 0.48 | 0.22 |
| Hex | 1D | 53 | 3F | 41 | 0 | 18 | 43 | 9E | 30 | 16 |
| Octal | 35 | 123 | 77 | 101 | 0 | 30 | 103 | 236 | 60 | 26 |
| Binary | 11101 | 1010011 | 111111 | 1000001 | 0 | 11000 | 1000011 | 10011110 | 110000 | 10110 |
Color Harmonies of #1D533F
Complementary color
Monochromatic Colors of #1D533F
Black with #1D533F
Text Example
Text Example
White with #1D533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D533F; }
p { color: rgb(29,83,63); }
H1.HeaderClassName
{
color: #1D533F;
}
.AnyTagClassName
{
color: #1D533F;
}
</style>
background-color css
<style>
a { background-color: #1D533F; }
a { background-color: rgb(29,83,63); }
div.DivClassName
{
background-color: #1D533F;
}
.BgClassName
{
background-color: #1D533F;
}
</style>
border-color css
<style>
span { border-color: #1D533F; }
span { border-color: rgb(29,83,63); }
td.TdClassName
{
border-color: #1D533F;
}
.TagClassName
{
border-color: #1D533F;
}
</style>