Shades of County Green #154A34
Tints of County Green #154A34
RGB
CMYK
RGB Variations
Color information
#154A34 (or 0x154A34) is known color: County Green. HEX triplet: 15, 4A and 34. RGB value is (21,74,52). Sum of RGB (Red+Green+Blue) = 21+74+52=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #154A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A34 is #EAB5CB. Grayscale: #373737. Windows color (decimal): -15381964 or 3426837. OLE color: 3426837.
HSL color Cylindrical-coordinate representation of color #154A34: hue angle of 155.09º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A34 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 52 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.71 |
| HSL | 155.09º | 0.56% | 0.19% | - |
| HSV(B) | 155.09º | 0.72% | 0.29% | - |
| XYZ | 3.38 | 5.3 | 4.09 | - |
| YUV | 55.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 52 | 0.72 | 0 | 0.30 | 0.71 | 155.09 | 0.56 | 0.19 |
| Hex | 15 | 4A | 34 | 48 | 0 | 1E | 47 | 9B | 38 | 13 |
| Octal | 25 | 112 | 64 | 110 | 0 | 36 | 107 | 233 | 70 | 23 |
| Binary | 10101 | 1001010 | 110100 | 1001000 | 0 | 11110 | 1000111 | 10011011 | 111000 | 10011 |
Color Harmonies of #154A34
Complementary color
Monochromatic Colors of #154A34
Black with #154A34
Text Example
Text Example
White with #154A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A34; }
p { color: rgb(21,74,52); }
H1.HeaderClassName
{
color: #154A34;
}
.AnyTagClassName
{
color: #154A34;
}
</style>
background-color css
<style>
a { background-color: #154A34; }
a { background-color: rgb(21,74,52); }
div.DivClassName
{
background-color: #154A34;
}
.BgClassName
{
background-color: #154A34;
}
</style>
border-color css
<style>
span { border-color: #154A34; }
span { border-color: rgb(21,74,52); }
td.TdClassName
{
border-color: #154A34;
}
.TagClassName
{
border-color: #154A34;
}
</style>