Shades of Kaitoke Green #215D36
Tints of Kaitoke Green #215D36
RGB
CMYK
RGB Variations
Color information
#215D36 (or 0x215D36) is known color: Kaitoke Green. HEX triplet: 21, 5D and 36. RGB value is (33,93,54). Sum of RGB (Red+Green+Blue) = 33+93+54=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #215D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D36 is #DEA2C9. Grayscale: #464646. Windows color (decimal): -14590666 or 3562785. OLE color: 3562785.
HSL color Cylindrical-coordinate representation of color #215D36: hue angle of 141º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D36 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 54 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.64 |
| HSL | 141º | 0.48% | 0.25% | - |
| HSV(B) | 141º | 0.65% | 0.36% | - |
| XYZ | 5.21 | 8.42 | 4.84 | - |
| YUV | 70.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 54 | 0.65 | 0 | 0.42 | 0.64 | 141 | 0.48 | 0.25 |
| Hex | 21 | 5D | 36 | 41 | 0 | 2A | 40 | 8D | 30 | 19 |
| Octal | 41 | 135 | 66 | 101 | 0 | 52 | 100 | 215 | 60 | 31 |
| Binary | 100001 | 1011101 | 110110 | 1000001 | 0 | 101010 | 1000000 | 10001101 | 110000 | 11001 |
Color Harmonies of #215D36
Complementary color
Monochromatic Colors of #215D36
Black with #215D36
Text Example
Text Example
White with #215D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D36; }
p { color: rgb(33,93,54); }
H1.HeaderClassName
{
color: #215D36;
}
.AnyTagClassName
{
color: #215D36;
}
</style>
background-color css
<style>
a { background-color: #215D36; }
a { background-color: rgb(33,93,54); }
div.DivClassName
{
background-color: #215D36;
}
.BgClassName
{
background-color: #215D36;
}
</style>
border-color css
<style>
span { border-color: #215D36; }
span { border-color: rgb(33,93,54); }
td.TdClassName
{
border-color: #215D36;
}
.TagClassName
{
border-color: #215D36;
}
</style>