Shades of Kaitoke Green #215B32
Tints of Kaitoke Green #215B32
RGB
CMYK
RGB Variations
Color information
#215B32 (or 0x215B32) is known color: Kaitoke Green. HEX triplet: 21, 5B and 32. RGB value is (33,91,50). Sum of RGB (Red+Green+Blue) = 33+91+50=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #215B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B32 is #DEA4CD. Grayscale: #454545. Windows color (decimal): -14591182 or 3300129. OLE color: 3300129.
HSL color Cylindrical-coordinate representation of color #215B32: hue angle of 137.59º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B32 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 50 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.64 |
| HSL | 137.59º | 0.47% | 0.24% | - |
| HSV(B) | 137.59º | 0.64% | 0.36% | - |
| XYZ | 4.94 | 8.04 | 4.31 | - |
| YUV | 68.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 50 | 0.64 | 0 | 0.45 | 0.64 | 137.59 | 0.47 | 0.24 |
| Hex | 21 | 5B | 32 | 40 | 0 | 2D | 40 | 8A | 2F | 18 |
| Octal | 41 | 133 | 62 | 100 | 0 | 55 | 100 | 212 | 57 | 30 |
| Binary | 100001 | 1011011 | 110010 | 1000000 | 0 | 101101 | 1000000 | 10001010 | 101111 | 11000 |
Color Harmonies of #215B32
Complementary color
Monochromatic Colors of #215B32
Black with #215B32
Text Example
Text Example
White with #215B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B32; }
p { color: rgb(33,91,50); }
H1.HeaderClassName
{
color: #215B32;
}
.AnyTagClassName
{
color: #215B32;
}
</style>
background-color css
<style>
a { background-color: #215B32; }
a { background-color: rgb(33,91,50); }
div.DivClassName
{
background-color: #215B32;
}
.BgClassName
{
background-color: #215B32;
}
</style>
border-color css
<style>
span { border-color: #215B32; }
span { border-color: rgb(33,91,50); }
td.TdClassName
{
border-color: #215B32;
}
.TagClassName
{
border-color: #215B32;
}
</style>