Shades of Kaitoke Green #215532
Tints of Kaitoke Green #215532
RGB
CMYK
RGB Variations
Color information
#215532 (or 0x215532) is known color: Kaitoke Green. HEX triplet: 21, 55 and 32. RGB value is (33,85,50). Sum of RGB (Red+Green+Blue) = 33+85+50=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #215532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215532 is #DEAACD. Grayscale: #414141. Windows color (decimal): -14592718 or 3298593. OLE color: 3298593.
HSL color Cylindrical-coordinate representation of color #215532: hue angle of 139.62º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215532 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 50 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.67 |
| HSL | 139.62º | 0.44% | 0.23% | - |
| HSV(B) | 139.62º | 0.61% | 0.33% | - |
| XYZ | 4.45 | 7.05 | 4.14 | - |
| YUV | 65.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 50 | 0.61 | 0 | 0.41 | 0.67 | 139.62 | 0.44 | 0.23 |
| Hex | 21 | 55 | 32 | 3D | 0 | 29 | 43 | 8C | 2C | 17 |
| Octal | 41 | 125 | 62 | 75 | 0 | 51 | 103 | 214 | 54 | 27 |
| Binary | 100001 | 1010101 | 110010 | 111101 | 0 | 101001 | 1000011 | 10001100 | 101100 | 10111 |
Color Harmonies of #215532
Complementary color
Monochromatic Colors of #215532
Black with #215532
Text Example
Text Example
White with #215532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215532; }
p { color: rgb(33,85,50); }
H1.HeaderClassName
{
color: #215532;
}
.AnyTagClassName
{
color: #215532;
}
</style>
background-color css
<style>
a { background-color: #215532; }
a { background-color: rgb(33,85,50); }
div.DivClassName
{
background-color: #215532;
}
.BgClassName
{
background-color: #215532;
}
</style>
border-color css
<style>
span { border-color: #215532; }
span { border-color: rgb(33,85,50); }
td.TdClassName
{
border-color: #215532;
}
.TagClassName
{
border-color: #215532;
}
</style>