Shades of County Green #1B5338
Tints of County Green #1B5338
RGB
CMYK
RGB Variations
Color information
#1B5338 (or 0x1B5338) is known color: County Green. HEX triplet: 1B, 53 and 38. RGB value is (27,83,56). Sum of RGB (Red+Green+Blue) = 27+83+56=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5338 is #E4ACC7. Grayscale: #3F3F3F. Windows color (decimal): -14986440 or 3691291. OLE color: 3691291.
HSL color Cylindrical-coordinate representation of color #1B5338: hue angle of 151.07º 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 #1B5338 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 56 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.67 |
| HSL | 151.07º | 0.51% | 0.22% | - |
| HSV(B) | 151.07º | 0.67% | 0.33% | - |
| XYZ | 4.26 | 6.71 | 4.81 | - |
| YUV | 63.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 56 | 0.67 | 0 | 0.33 | 0.67 | 151.07 | 0.51 | 0.22 |
| Hex | 1B | 53 | 38 | 43 | 0 | 21 | 43 | 97 | 33 | 16 |
| Octal | 33 | 123 | 70 | 103 | 0 | 41 | 103 | 227 | 63 | 26 |
| Binary | 11011 | 1010011 | 111000 | 1000011 | 0 | 100001 | 1000011 | 10010111 | 110011 | 10110 |
Color Harmonies of #1B5338
Complementary color
Monochromatic Colors of #1B5338
Black with #1B5338
Text Example
Text Example
White with #1B5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5338; }
p { color: rgb(27,83,56); }
H1.HeaderClassName
{
color: #1B5338;
}
.AnyTagClassName
{
color: #1B5338;
}
</style>
background-color css
<style>
a { background-color: #1B5338; }
a { background-color: rgb(27,83,56); }
div.DivClassName
{
background-color: #1B5338;
}
.BgClassName
{
background-color: #1B5338;
}
</style>
border-color css
<style>
span { border-color: #1B5338; }
span { border-color: rgb(27,83,56); }
td.TdClassName
{
border-color: #1B5338;
}
.TagClassName
{
border-color: #1B5338;
}
</style>