Shades of County Green #1B5337
Tints of County Green #1B5337
RGB
CMYK
RGB Variations
Color information
#1B5337 (or 0x1B5337) is known color: County Green. HEX triplet: 1B, 53 and 37. RGB value is (27,83,55). Sum of RGB (Red+Green+Blue) = 27+83+55=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5337 is #E4ACC8. Grayscale: #3F3F3F. Windows color (decimal): -14986441 or 3625755. OLE color: 3625755.
HSL color Cylindrical-coordinate representation of color #1B5337: hue angle of 150º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5337 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 55 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.67 |
| HSL | 150º | 0.51% | 0.22% | - |
| HSV(B) | 150º | 0.67% | 0.33% | - |
| XYZ | 4.23 | 6.7 | 4.68 | - |
| YUV | 63.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 55 | 0.67 | 0 | 0.34 | 0.67 | 150 | 0.51 | 0.22 |
| Hex | 1B | 53 | 37 | 43 | 0 | 22 | 43 | 96 | 33 | 16 |
| Octal | 33 | 123 | 67 | 103 | 0 | 42 | 103 | 226 | 63 | 26 |
| Binary | 11011 | 1010011 | 110111 | 1000011 | 0 | 100010 | 1000011 | 10010110 | 110011 | 10110 |
Color Harmonies of #1B5337
Complementary color
Monochromatic Colors of #1B5337
Black with #1B5337
Text Example
Text Example
White with #1B5337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5337; }
p { color: rgb(27,83,55); }
H1.HeaderClassName
{
color: #1B5337;
}
.AnyTagClassName
{
color: #1B5337;
}
</style>
background-color css
<style>
a { background-color: #1B5337; }
a { background-color: rgb(27,83,55); }
div.DivClassName
{
background-color: #1B5337;
}
.BgClassName
{
background-color: #1B5337;
}
</style>
border-color css
<style>
span { border-color: #1B5337; }
span { border-color: rgb(27,83,55); }
td.TdClassName
{
border-color: #1B5337;
}
.TagClassName
{
border-color: #1B5337;
}
</style>