Shades of County Green #1D553A
Tints of County Green #1D553A
RGB
CMYK
RGB Variations
Color information
#1D553A (or 0x1D553A) is known color: County Green. HEX triplet: 1D, 55 and 3A. RGB value is (29,85,58). Sum of RGB (Red+Green+Blue) = 29+85+58=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #1D553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D553A is #E2AAC5. Grayscale: #414141. Windows color (decimal): -14854854 or 3822877. OLE color: 3822877.
HSL color Cylindrical-coordinate representation of color #1D553A: hue angle of 151.07º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D553A is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 58 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.67 |
| HSL | 151.07º | 0.49% | 0.22% | - |
| HSV(B) | 151.07º | 0.66% | 0.33% | - |
| XYZ | 4.52 | 7.06 | 5.13 | - |
| YUV | 65.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 58 | 0.66 | 0 | 0.32 | 0.67 | 151.07 | 0.49 | 0.22 |
| Hex | 1D | 55 | 3A | 42 | 0 | 20 | 43 | 97 | 31 | 16 |
| Octal | 35 | 125 | 72 | 102 | 0 | 40 | 103 | 227 | 61 | 26 |
| Binary | 11101 | 1010101 | 111010 | 1000010 | 0 | 100000 | 1000011 | 10010111 | 110001 | 10110 |
Color Harmonies of #1D553A
Complementary color
Monochromatic Colors of #1D553A
Black with #1D553A
Text Example
Text Example
White with #1D553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D553A; }
p { color: rgb(29,85,58); }
H1.HeaderClassName
{
color: #1D553A;
}
.AnyTagClassName
{
color: #1D553A;
}
</style>
background-color css
<style>
a { background-color: #1D553A; }
a { background-color: rgb(29,85,58); }
div.DivClassName
{
background-color: #1D553A;
}
.BgClassName
{
background-color: #1D553A;
}
</style>
border-color css
<style>
span { border-color: #1D553A; }
span { border-color: rgb(29,85,58); }
td.TdClassName
{
border-color: #1D553A;
}
.TagClassName
{
border-color: #1D553A;
}
</style>