Shades of Kaitoke Green #215932
Tints of Kaitoke Green #215932
RGB
CMYK
RGB Variations
Color information
#215932 (or 0x215932) is known color: Kaitoke Green. HEX triplet: 21, 59 and 32. RGB value is (33,89,50). Sum of RGB (Red+Green+Blue) = 33+89+50=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #215932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215932 is #DEA6CD. Grayscale: #434343. Windows color (decimal): -14591694 or 3299617. OLE color: 3299617.
HSL color Cylindrical-coordinate representation of color #215932: hue angle of 138.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215932 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 50 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.65 |
| HSL | 138.21º | 0.46% | 0.24% | - |
| HSV(B) | 138.21º | 0.63% | 0.35% | - |
| XYZ | 4.78 | 7.7 | 4.25 | - |
| YUV | 67.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 50 | 0.63 | 0 | 0.44 | 0.65 | 138.21 | 0.46 | 0.24 |
| Hex | 21 | 59 | 32 | 3F | 0 | 2C | 41 | 8A | 2E | 18 |
| Octal | 41 | 131 | 62 | 77 | 0 | 54 | 101 | 212 | 56 | 30 |
| Binary | 100001 | 1011001 | 110010 | 111111 | 0 | 101100 | 1000001 | 10001010 | 101110 | 11000 |
Color Harmonies of #215932
Complementary color
Monochromatic Colors of #215932
Black with #215932
Text Example
Text Example
White with #215932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215932; }
p { color: rgb(33,89,50); }
H1.HeaderClassName
{
color: #215932;
}
.AnyTagClassName
{
color: #215932;
}
</style>
background-color css
<style>
a { background-color: #215932; }
a { background-color: rgb(33,89,50); }
div.DivClassName
{
background-color: #215932;
}
.BgClassName
{
background-color: #215932;
}
</style>
border-color css
<style>
span { border-color: #215932; }
span { border-color: rgb(33,89,50); }
td.TdClassName
{
border-color: #215932;
}
.TagClassName
{
border-color: #215932;
}
</style>