Shades of County Green #1B4D32
Tints of County Green #1B4D32
RGB
CMYK
RGB Variations
Color information
#1B4D32 (or 0x1B4D32) is known color: County Green. HEX triplet: 1B, 4D and 32. RGB value is (27,77,50). Sum of RGB (Red+Green+Blue) = 27+77+50=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #1B4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4D32 is #E4B2CD. Grayscale: #3B3B3B. Windows color (decimal): -14987982 or 3296539. OLE color: 3296539.
HSL color Cylindrical-coordinate representation of color #1B4D32: hue angle of 147.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B4D32 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 77 | 50 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.70 |
| HSL | 147.6º | 0.48% | 0.2% | - |
| HSV(B) | 147.6º | 0.65% | 0.3% | - |
| XYZ | 3.68 | 5.77 | 3.94 | - |
| YUV | 58.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 50 | 0.65 | 0 | 0.35 | 0.70 | 147.6 | 0.48 | 0.2 |
| Hex | 1B | 4D | 32 | 41 | 0 | 23 | 46 | 94 | 30 | 14 |
| Octal | 33 | 115 | 62 | 101 | 0 | 43 | 106 | 224 | 60 | 24 |
| Binary | 11011 | 1001101 | 110010 | 1000001 | 0 | 100011 | 1000110 | 10010100 | 110000 | 10100 |
Color Harmonies of #1B4D32
Complementary color
Monochromatic Colors of #1B4D32
Black with #1B4D32
Text Example
Text Example
White with #1B4D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4D32; }
p { color: rgb(27,77,50); }
H1.HeaderClassName
{
color: #1B4D32;
}
.AnyTagClassName
{
color: #1B4D32;
}
</style>
background-color css
<style>
a { background-color: #1B4D32; }
a { background-color: rgb(27,77,50); }
div.DivClassName
{
background-color: #1B4D32;
}
.BgClassName
{
background-color: #1B4D32;
}
</style>
border-color css
<style>
span { border-color: #1B4D32; }
span { border-color: rgb(27,77,50); }
td.TdClassName
{
border-color: #1B4D32;
}
.TagClassName
{
border-color: #1B4D32;
}
</style>