Shades of County Green #155035
Tints of County Green #155035
RGB
CMYK
RGB Variations
Color information
#155035 (or 0x155035) is known color: County Green. HEX triplet: 15, 50 and 35. RGB value is (21,80,53). Sum of RGB (Red+Green+Blue) = 21+80+53=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #155035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155035 is #EAAFCA. Grayscale: #3B3B3B. Windows color (decimal): -15380427 or 3493909. OLE color: 3493909.
HSL color Cylindrical-coordinate representation of color #155035: hue angle of 152.54º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155035 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 53 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.69 |
| HSL | 152.54º | 0.58% | 0.2% | - |
| HSV(B) | 152.54º | 0.74% | 0.31% | - |
| XYZ | 3.82 | 6.15 | 4.35 | - |
| YUV | 59.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 53 | 0.74 | 0 | 0.34 | 0.69 | 152.54 | 0.58 | 0.2 |
| Hex | 15 | 50 | 35 | 4A | 0 | 22 | 45 | 99 | 3A | 14 |
| Octal | 25 | 120 | 65 | 112 | 0 | 42 | 105 | 231 | 72 | 24 |
| Binary | 10101 | 1010000 | 110101 | 1001010 | 0 | 100010 | 1000101 | 10011001 | 111010 | 10100 |
Color Harmonies of #155035
Complementary color
Monochromatic Colors of #155035
Black with #155035
Text Example
Text Example
White with #155035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155035; }
p { color: rgb(21,80,53); }
H1.HeaderClassName
{
color: #155035;
}
.AnyTagClassName
{
color: #155035;
}
</style>
background-color css
<style>
a { background-color: #155035; }
a { background-color: rgb(21,80,53); }
div.DivClassName
{
background-color: #155035;
}
.BgClassName
{
background-color: #155035;
}
</style>
border-color css
<style>
span { border-color: #155035; }
span { border-color: rgb(21,80,53); }
td.TdClassName
{
border-color: #155035;
}
.TagClassName
{
border-color: #155035;
}
</style>