Shades of County Green #1B5138
Tints of County Green #1B5138
RGB
CMYK
RGB Variations
Color information
#1B5138 (or 0x1B5138) is known color: County Green. HEX triplet: 1B, 51 and 38. RGB value is (27,81,56). Sum of RGB (Red+Green+Blue) = 27+81+56=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #1B5138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5138 is #E4AEC7. Grayscale: #3E3E3E. Windows color (decimal): -14986952 or 3690779. OLE color: 3690779.
HSL color Cylindrical-coordinate representation of color #1B5138: hue angle of 152.22º 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 #1B5138 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 56 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.68 |
| HSL | 152.22º | 0.5% | 0.21% | - |
| HSV(B) | 152.22º | 0.67% | 0.32% | - |
| XYZ | 4.11 | 6.4 | 4.76 | - |
| YUV | 62 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 56 | 0.67 | 0 | 0.31 | 0.68 | 152.22 | 0.5 | 0.21 |
| Hex | 1B | 51 | 38 | 43 | 0 | 1F | 44 | 98 | 32 | 15 |
| Octal | 33 | 121 | 70 | 103 | 0 | 37 | 104 | 230 | 62 | 25 |
| Binary | 11011 | 1010001 | 111000 | 1000011 | 0 | 11111 | 1000100 | 10011000 | 110010 | 10101 |
Color Harmonies of #1B5138
Complementary color
Monochromatic Colors of #1B5138
Black with #1B5138
Text Example
Text Example
White with #1B5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5138; }
p { color: rgb(27,81,56); }
H1.HeaderClassName
{
color: #1B5138;
}
.AnyTagClassName
{
color: #1B5138;
}
</style>
background-color css
<style>
a { background-color: #1B5138; }
a { background-color: rgb(27,81,56); }
div.DivClassName
{
background-color: #1B5138;
}
.BgClassName
{
background-color: #1B5138;
}
</style>
border-color css
<style>
span { border-color: #1B5138; }
span { border-color: rgb(27,81,56); }
td.TdClassName
{
border-color: #1B5138;
}
.TagClassName
{
border-color: #1B5138;
}
</style>