Shades of County Green #21513A
Tints of County Green #21513A
RGB
CMYK
RGB Variations
Color information
#21513A (or 0x21513A) is known color: County Green. HEX triplet: 21, 51 and 3A. RGB value is (33,81,58). Sum of RGB (Red+Green+Blue) = 33+81+58=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #21513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21513A is #DEAEC5. Grayscale: #404040. Windows color (decimal): -14593734 or 3821857. OLE color: 3821857.
HSL color Cylindrical-coordinate representation of color #21513A: hue angle of 151.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21513A is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 58 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.68 |
| HSL | 151.25º | 0.42% | 0.22% | - |
| HSV(B) | 151.25º | 0.59% | 0.32% | - |
| XYZ | 4.33 | 6.51 | 5.03 | - |
| YUV | 64.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 58 | 0.59 | 0 | 0.28 | 0.68 | 151.25 | 0.42 | 0.22 |
| Hex | 21 | 51 | 3A | 3B | 0 | 1C | 44 | 97 | 2A | 16 |
| Octal | 41 | 121 | 72 | 73 | 0 | 34 | 104 | 227 | 52 | 26 |
| Binary | 100001 | 1010001 | 111010 | 111011 | 0 | 11100 | 1000100 | 10010111 | 101010 | 10110 |
Color Harmonies of #21513A
Complementary color
Monochromatic Colors of #21513A
Black with #21513A
Text Example
Text Example
White with #21513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21513A; }
p { color: rgb(33,81,58); }
H1.HeaderClassName
{
color: #21513A;
}
.AnyTagClassName
{
color: #21513A;
}
</style>
background-color css
<style>
a { background-color: #21513A; }
a { background-color: rgb(33,81,58); }
div.DivClassName
{
background-color: #21513A;
}
.BgClassName
{
background-color: #21513A;
}
</style>
border-color css
<style>
span { border-color: #21513A; }
span { border-color: rgb(33,81,58); }
td.TdClassName
{
border-color: #21513A;
}
.TagClassName
{
border-color: #21513A;
}
</style>