Shades of County Green #1B4D34
Tints of County Green #1B4D34
RGB
CMYK
RGB Variations
Color information
#1B4D34 (or 0x1B4D34) is known color: County Green. HEX triplet: 1B, 4D and 34. RGB value is (27,77,52). Sum of RGB (Red+Green+Blue) = 27+77+52=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #1B4D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4D34 is #E4B2CB. Grayscale: #3B3B3B. Windows color (decimal): -14987980 or 3427611. OLE color: 3427611.
HSL color Cylindrical-coordinate representation of color #1B4D34: hue angle of 150º 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 #1B4D34 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 77 | 52 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.70 |
| HSL | 150º | 0.48% | 0.2% | - |
| HSV(B) | 150º | 0.65% | 0.3% | - |
| XYZ | 3.73 | 5.79 | 4.17 | - |
| YUV | 59.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 52 | 0.65 | 0 | 0.32 | 0.70 | 150 | 0.48 | 0.2 |
| Hex | 1B | 4D | 34 | 41 | 0 | 20 | 46 | 96 | 30 | 14 |
| Octal | 33 | 115 | 64 | 101 | 0 | 40 | 106 | 226 | 60 | 24 |
| Binary | 11011 | 1001101 | 110100 | 1000001 | 0 | 100000 | 1000110 | 10010110 | 110000 | 10100 |
Color Harmonies of #1B4D34
Complementary color
Monochromatic Colors of #1B4D34
Black with #1B4D34
Text Example
Text Example
White with #1B4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4D34; }
p { color: rgb(27,77,52); }
H1.HeaderClassName
{
color: #1B4D34;
}
.AnyTagClassName
{
color: #1B4D34;
}
</style>
background-color css
<style>
a { background-color: #1B4D34; }
a { background-color: rgb(27,77,52); }
div.DivClassName
{
background-color: #1B4D34;
}
.BgClassName
{
background-color: #1B4D34;
}
</style>
border-color css
<style>
span { border-color: #1B4D34; }
span { border-color: rgb(27,77,52); }
td.TdClassName
{
border-color: #1B4D34;
}
.TagClassName
{
border-color: #1B4D34;
}
</style>