Shades of County Green #155031
Tints of County Green #155031
RGB
CMYK
RGB Variations
Color information
#155031 (or 0x155031) is known color: County Green. HEX triplet: 15, 50 and 31. RGB value is (21,80,49). Sum of RGB (Red+Green+Blue) = 21+80+49=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #155031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155031 is #EAAFCE. Grayscale: #3A3A3A. Windows color (decimal): -15380431 or 3231765. OLE color: 3231765.
HSL color Cylindrical-coordinate representation of color #155031: hue angle of 148.47º 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 #155031 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 49 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.69 |
| HSL | 148.47º | 0.58% | 0.2% | - |
| HSV(B) | 148.47º | 0.74% | 0.31% | - |
| XYZ | 3.73 | 6.12 | 3.89 | - |
| YUV | 58.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 49 | 0.74 | 0 | 0.39 | 0.69 | 148.47 | 0.58 | 0.2 |
| Hex | 15 | 50 | 31 | 4A | 0 | 27 | 45 | 94 | 3A | 14 |
| Octal | 25 | 120 | 61 | 112 | 0 | 47 | 105 | 224 | 72 | 24 |
| Binary | 10101 | 1010000 | 110001 | 1001010 | 0 | 100111 | 1000101 | 10010100 | 111010 | 10100 |
Color Harmonies of #155031
Complementary color
Monochromatic Colors of #155031
Black with #155031
Text Example
Text Example
White with #155031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155031; }
p { color: rgb(21,80,49); }
H1.HeaderClassName
{
color: #155031;
}
.AnyTagClassName
{
color: #155031;
}
</style>
background-color css
<style>
a { background-color: #155031; }
a { background-color: rgb(21,80,49); }
div.DivClassName
{
background-color: #155031;
}
.BgClassName
{
background-color: #155031;
}
</style>
border-color css
<style>
span { border-color: #155031; }
span { border-color: rgb(21,80,49); }
td.TdClassName
{
border-color: #155031;
}
.TagClassName
{
border-color: #155031;
}
</style>