Shades of County Green #1B533E
Tints of County Green #1B533E
RGB
CMYK
RGB Variations
Color information
#1B533E (or 0x1B533E) is known color: County Green. HEX triplet: 1B, 53 and 3E. RGB value is (27,83,62). Sum of RGB (Red+Green+Blue) = 27+83+62=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #1B533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B533E is #E4ACC1. Grayscale: #3F3F3F. Windows color (decimal): -14986434 or 4084507. OLE color: 4084507.
HSL color Cylindrical-coordinate representation of color #1B533E: hue angle of 157.5º 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 #1B533E is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 62 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.67 |
| HSL | 157.5º | 0.51% | 0.22% | - |
| HSV(B) | 157.5º | 0.67% | 0.33% | - |
| XYZ | 4.41 | 6.77 | 5.63 | - |
| YUV | 63.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 62 | 0.67 | 0 | 0.25 | 0.67 | 157.5 | 0.51 | 0.22 |
| Hex | 1B | 53 | 3E | 43 | 0 | 19 | 43 | 9E | 33 | 16 |
| Octal | 33 | 123 | 76 | 103 | 0 | 31 | 103 | 236 | 63 | 26 |
| Binary | 11011 | 1010011 | 111110 | 1000011 | 0 | 11001 | 1000011 | 10011110 | 110011 | 10110 |
Color Harmonies of #1B533E
Complementary color
Monochromatic Colors of #1B533E
Black with #1B533E
Text Example
Text Example
White with #1B533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B533E; }
p { color: rgb(27,83,62); }
H1.HeaderClassName
{
color: #1B533E;
}
.AnyTagClassName
{
color: #1B533E;
}
</style>
background-color css
<style>
a { background-color: #1B533E; }
a { background-color: rgb(27,83,62); }
div.DivClassName
{
background-color: #1B533E;
}
.BgClassName
{
background-color: #1B533E;
}
</style>
border-color css
<style>
span { border-color: #1B533E; }
span { border-color: rgb(27,83,62); }
td.TdClassName
{
border-color: #1B533E;
}
.TagClassName
{
border-color: #1B533E;
}
</style>