Shades of County Green #1B5239
Tints of County Green #1B5239
RGB
CMYK
RGB Variations
Color information
#1B5239 (or 0x1B5239) is known color: County Green. HEX triplet: 1B, 52 and 39. RGB value is (27,82,57). Sum of RGB (Red+Green+Blue) = 27+82+57=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #1B5239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5239 is #E4ADC6. Grayscale: #3E3E3E. Windows color (decimal): -14986695 or 3756571. OLE color: 3756571.
HSL color Cylindrical-coordinate representation of color #1B5239: hue angle of 152.73º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5239 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 82 | 57 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.68 |
| HSL | 152.73º | 0.5% | 0.21% | - |
| HSV(B) | 152.73º | 0.67% | 0.32% | - |
| XYZ | 4.21 | 6.56 | 4.92 | - |
| YUV | 62.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 57 | 0.67 | 0 | 0.30 | 0.68 | 152.73 | 0.5 | 0.21 |
| Hex | 1B | 52 | 39 | 43 | 0 | 1E | 44 | 99 | 32 | 15 |
| Octal | 33 | 122 | 71 | 103 | 0 | 36 | 104 | 231 | 62 | 25 |
| Binary | 11011 | 1010010 | 111001 | 1000011 | 0 | 11110 | 1000100 | 10011001 | 110010 | 10101 |
Color Harmonies of #1B5239
Complementary color
Monochromatic Colors of #1B5239
Black with #1B5239
Text Example
Text Example
White with #1B5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5239; }
p { color: rgb(27,82,57); }
H1.HeaderClassName
{
color: #1B5239;
}
.AnyTagClassName
{
color: #1B5239;
}
</style>
background-color css
<style>
a { background-color: #1B5239; }
a { background-color: rgb(27,82,57); }
div.DivClassName
{
background-color: #1B5239;
}
.BgClassName
{
background-color: #1B5239;
}
</style>
border-color css
<style>
span { border-color: #1B5239; }
span { border-color: rgb(27,82,57); }
td.TdClassName
{
border-color: #1B5239;
}
.TagClassName
{
border-color: #1B5239;
}
</style>