Shades of Kaitoke Green #215C32
Tints of Kaitoke Green #215C32
RGB
CMYK
RGB Variations
Color information
#215C32 (or 0x215C32) is known color: Kaitoke Green. HEX triplet: 21, 5C and 32. RGB value is (33,92,50). Sum of RGB (Red+Green+Blue) = 33+92+50=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #215C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C32 is #DEA3CD. Grayscale: #454545. Windows color (decimal): -14590926 or 3300385. OLE color: 3300385.
HSL color Cylindrical-coordinate representation of color #215C32: hue angle of 137.29º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C32 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 50 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.64 |
| HSL | 137.29º | 0.47% | 0.25% | - |
| HSV(B) | 137.29º | 0.64% | 0.36% | - |
| XYZ | 5.03 | 8.21 | 4.34 | - |
| YUV | 69.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 50 | 0.64 | 0 | 0.46 | 0.64 | 137.29 | 0.47 | 0.25 |
| Hex | 21 | 5C | 32 | 40 | 0 | 2E | 40 | 89 | 2F | 19 |
| Octal | 41 | 134 | 62 | 100 | 0 | 56 | 100 | 211 | 57 | 31 |
| Binary | 100001 | 1011100 | 110010 | 1000000 | 0 | 101110 | 1000000 | 10001001 | 101111 | 11001 |
Color Harmonies of #215C32
Complementary color
Monochromatic Colors of #215C32
Black with #215C32
Text Example
Text Example
White with #215C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C32; }
p { color: rgb(33,92,50); }
H1.HeaderClassName
{
color: #215C32;
}
.AnyTagClassName
{
color: #215C32;
}
</style>
background-color css
<style>
a { background-color: #215C32; }
a { background-color: rgb(33,92,50); }
div.DivClassName
{
background-color: #215C32;
}
.BgClassName
{
background-color: #215C32;
}
</style>
border-color css
<style>
span { border-color: #215C32; }
span { border-color: rgb(33,92,50); }
td.TdClassName
{
border-color: #215C32;
}
.TagClassName
{
border-color: #215C32;
}
</style>