Shades of Kaitoke Green #215533
Tints of Kaitoke Green #215533
RGB
CMYK
RGB Variations
Color information
#215533 (or 0x215533) is known color: Kaitoke Green. HEX triplet: 21, 55 and 33. RGB value is (33,85,51). Sum of RGB (Red+Green+Blue) = 33+85+51=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #215533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215533 is #DEAACC. Grayscale: #414141. Windows color (decimal): -14592717 or 3364129. OLE color: 3364129.
HSL color Cylindrical-coordinate representation of color #215533: hue angle of 140.77º 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 #215533 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 51 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.67 |
| HSL | 140.77º | 0.44% | 0.23% | - |
| HSV(B) | 140.77º | 0.61% | 0.33% | - |
| XYZ | 4.47 | 7.06 | 4.26 | - |
| YUV | 65.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 51 | 0.61 | 0 | 0.40 | 0.67 | 140.77 | 0.44 | 0.23 |
| Hex | 21 | 55 | 33 | 3D | 0 | 28 | 43 | 8D | 2C | 17 |
| Octal | 41 | 125 | 63 | 75 | 0 | 50 | 103 | 215 | 54 | 27 |
| Binary | 100001 | 1010101 | 110011 | 111101 | 0 | 101000 | 1000011 | 10001101 | 101100 | 10111 |
Color Harmonies of #215533
Complementary color
Monochromatic Colors of #215533
Black with #215533
Text Example
Text Example
White with #215533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215533; }
p { color: rgb(33,85,51); }
H1.HeaderClassName
{
color: #215533;
}
.AnyTagClassName
{
color: #215533;
}
</style>
background-color css
<style>
a { background-color: #215533; }
a { background-color: rgb(33,85,51); }
div.DivClassName
{
background-color: #215533;
}
.BgClassName
{
background-color: #215533;
}
</style>
border-color css
<style>
span { border-color: #215533; }
span { border-color: rgb(33,85,51); }
td.TdClassName
{
border-color: #215533;
}
.TagClassName
{
border-color: #215533;
}
</style>