Shades of County Green #155233
Tints of County Green #155233
RGB
CMYK
RGB Variations
Color information
#155233 (or 0x155233) is known color: County Green. HEX triplet: 15, 52 and 33. RGB value is (21,82,51). Sum of RGB (Red+Green+Blue) = 21+82+51=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #155233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155233 is #EAADCC. Grayscale: #3C3C3C. Windows color (decimal): -15379917 or 3363349. OLE color: 3363349.
HSL color Cylindrical-coordinate representation of color #155233: hue angle of 149.51º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155233 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 51 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.68 |
| HSL | 149.51º | 0.59% | 0.2% | - |
| HSV(B) | 149.51º | 0.74% | 0.32% | - |
| XYZ | 3.92 | 6.43 | 4.17 | - |
| YUV | 60.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 51 | 0.74 | 0 | 0.38 | 0.68 | 149.51 | 0.59 | 0.2 |
| Hex | 15 | 52 | 33 | 4A | 0 | 26 | 44 | 96 | 3B | 14 |
| Octal | 25 | 122 | 63 | 112 | 0 | 46 | 104 | 226 | 73 | 24 |
| Binary | 10101 | 1010010 | 110011 | 1001010 | 0 | 100110 | 1000100 | 10010110 | 111011 | 10100 |
Color Harmonies of #155233
Complementary color
Monochromatic Colors of #155233
Black with #155233
Text Example
Text Example
White with #155233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155233; }
p { color: rgb(21,82,51); }
H1.HeaderClassName
{
color: #155233;
}
.AnyTagClassName
{
color: #155233;
}
</style>
background-color css
<style>
a { background-color: #155233; }
a { background-color: rgb(21,82,51); }
div.DivClassName
{
background-color: #155233;
}
.BgClassName
{
background-color: #155233;
}
</style>
border-color css
<style>
span { border-color: #155233; }
span { border-color: rgb(21,82,51); }
td.TdClassName
{
border-color: #155233;
}
.TagClassName
{
border-color: #155233;
}
</style>