Shades of Kaitoke Green #21572E
Tints of Kaitoke Green #21572E
RGB
CMYK
RGB Variations
Color information
#21572E (or 0x21572E) is known color: Kaitoke Green. HEX triplet: 21, 57 and 2E. RGB value is (33,87,46). Sum of RGB (Red+Green+Blue) = 33+87+46=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #21572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21572E is #DEA8D1. Grayscale: #424242. Windows color (decimal): -14592210 or 3036961. OLE color: 3036961.
HSL color Cylindrical-coordinate representation of color #21572E: hue angle of 134.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21572E is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 87 | 46 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.66 |
| HSL | 134.44º | 0.45% | 0.24% | - |
| HSV(B) | 134.44º | 0.62% | 0.34% | - |
| XYZ | 4.53 | 7.34 | 3.76 | - |
| YUV | 66.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 46 | 0.62 | 0 | 0.47 | 0.66 | 134.44 | 0.45 | 0.24 |
| Hex | 21 | 57 | 2E | 3E | 0 | 2F | 42 | 86 | 2D | 18 |
| Octal | 41 | 127 | 56 | 76 | 0 | 57 | 102 | 206 | 55 | 30 |
| Binary | 100001 | 1010111 | 101110 | 111110 | 0 | 101111 | 1000010 | 10000110 | 101101 | 11000 |
Color Harmonies of #21572E
Complementary color
Monochromatic Colors of #21572E
Black with #21572E
Text Example
Text Example
White with #21572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21572E; }
p { color: rgb(33,87,46); }
H1.HeaderClassName
{
color: #21572E;
}
.AnyTagClassName
{
color: #21572E;
}
</style>
background-color css
<style>
a { background-color: #21572E; }
a { background-color: rgb(33,87,46); }
div.DivClassName
{
background-color: #21572E;
}
.BgClassName
{
background-color: #21572E;
}
</style>
border-color css
<style>
span { border-color: #21572E; }
span { border-color: rgb(33,87,46); }
td.TdClassName
{
border-color: #21572E;
}
.TagClassName
{
border-color: #21572E;
}
</style>