Shades of County Green #1B533B
Tints of County Green #1B533B
RGB
CMYK
RGB Variations
Color information
#1B533B (or 0x1B533B) is known color: County Green. HEX triplet: 1B, 53 and 3B. RGB value is (27,83,59). Sum of RGB (Red+Green+Blue) = 27+83+59=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #1B533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B533B is #E4ACC4. Grayscale: #3F3F3F. Windows color (decimal): -14986437 or 3887899. OLE color: 3887899.
HSL color Cylindrical-coordinate representation of color #1B533B: hue angle of 154.29º 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 #1B533B is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 59 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.67 |
| HSL | 154.29º | 0.51% | 0.22% | - |
| HSV(B) | 154.29º | 0.67% | 0.33% | - |
| XYZ | 4.33 | 6.74 | 5.21 | - |
| YUV | 63.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 59 | 0.67 | 0 | 0.29 | 0.67 | 154.29 | 0.51 | 0.22 |
| Hex | 1B | 53 | 3B | 43 | 0 | 1D | 43 | 9A | 33 | 16 |
| Octal | 33 | 123 | 73 | 103 | 0 | 35 | 103 | 232 | 63 | 26 |
| Binary | 11011 | 1010011 | 111011 | 1000011 | 0 | 11101 | 1000011 | 10011010 | 110011 | 10110 |
Color Harmonies of #1B533B
Complementary color
Monochromatic Colors of #1B533B
Black with #1B533B
Text Example
Text Example
White with #1B533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B533B; }
p { color: rgb(27,83,59); }
H1.HeaderClassName
{
color: #1B533B;
}
.AnyTagClassName
{
color: #1B533B;
}
</style>
background-color css
<style>
a { background-color: #1B533B; }
a { background-color: rgb(27,83,59); }
div.DivClassName
{
background-color: #1B533B;
}
.BgClassName
{
background-color: #1B533B;
}
</style>
border-color css
<style>
span { border-color: #1B533B; }
span { border-color: rgb(27,83,59); }
td.TdClassName
{
border-color: #1B533B;
}
.TagClassName
{
border-color: #1B533B;
}
</style>