Shades of County Green #21513C
Tints of County Green #21513C
RGB
CMYK
RGB Variations
Color information
#21513C (or 0x21513C) is known color: County Green. HEX triplet: 21, 51 and 3C. RGB value is (33,81,60). Sum of RGB (Red+Green+Blue) = 33+81+60=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #21513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21513C is #DEAEC3. Grayscale: #404040. Windows color (decimal): -14593732 or 3952929. OLE color: 3952929.
HSL color Cylindrical-coordinate representation of color #21513C: hue angle of 153.75º 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 #21513C is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 60 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.68 |
| HSL | 153.75º | 0.42% | 0.22% | - |
| HSV(B) | 153.75º | 0.59% | 0.32% | - |
| XYZ | 4.39 | 6.53 | 5.31 | - |
| YUV | 64.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 60 | 0.59 | 0 | 0.26 | 0.68 | 153.75 | 0.42 | 0.22 |
| Hex | 21 | 51 | 3C | 3B | 0 | 1A | 44 | 9A | 2A | 16 |
| Octal | 41 | 121 | 74 | 73 | 0 | 32 | 104 | 232 | 52 | 26 |
| Binary | 100001 | 1010001 | 111100 | 111011 | 0 | 11010 | 1000100 | 10011010 | 101010 | 10110 |
Color Harmonies of #21513C
Complementary color
Monochromatic Colors of #21513C
Black with #21513C
Text Example
Text Example
White with #21513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21513C; }
p { color: rgb(33,81,60); }
H1.HeaderClassName
{
color: #21513C;
}
.AnyTagClassName
{
color: #21513C;
}
</style>
background-color css
<style>
a { background-color: #21513C; }
a { background-color: rgb(33,81,60); }
div.DivClassName
{
background-color: #21513C;
}
.BgClassName
{
background-color: #21513C;
}
</style>
border-color css
<style>
span { border-color: #21513C; }
span { border-color: rgb(33,81,60); }
td.TdClassName
{
border-color: #21513C;
}
.TagClassName
{
border-color: #21513C;
}
</style>