Shades of Kaitoke Green #215D35
Tints of Kaitoke Green #215D35
RGB
CMYK
RGB Variations
Color information
#215D35 (or 0x215D35) is known color: Kaitoke Green. HEX triplet: 21, 5D and 35. RGB value is (33,93,53). Sum of RGB (Red+Green+Blue) = 33+93+53=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #215D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D35 is #DEA2CA. Grayscale: #464646. Windows color (decimal): -14590667 or 3497249. OLE color: 3497249.
HSL color Cylindrical-coordinate representation of color #215D35: hue angle of 140º 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 #215D35 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 53 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.64 |
| HSL | 140º | 0.48% | 0.25% | - |
| HSV(B) | 140º | 0.65% | 0.36% | - |
| XYZ | 5.18 | 8.41 | 4.72 | - |
| YUV | 70.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 53 | 0.65 | 0 | 0.43 | 0.64 | 140 | 0.48 | 0.25 |
| Hex | 21 | 5D | 35 | 41 | 0 | 2B | 40 | 8C | 30 | 19 |
| Octal | 41 | 135 | 65 | 101 | 0 | 53 | 100 | 214 | 60 | 31 |
| Binary | 100001 | 1011101 | 110101 | 1000001 | 0 | 101011 | 1000000 | 10001100 | 110000 | 11001 |
Color Harmonies of #215D35
Complementary color
Monochromatic Colors of #215D35
Black with #215D35
Text Example
Text Example
White with #215D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D35; }
p { color: rgb(33,93,53); }
H1.HeaderClassName
{
color: #215D35;
}
.AnyTagClassName
{
color: #215D35;
}
</style>
background-color css
<style>
a { background-color: #215D35; }
a { background-color: rgb(33,93,53); }
div.DivClassName
{
background-color: #215D35;
}
.BgClassName
{
background-color: #215D35;
}
</style>
border-color css
<style>
span { border-color: #215D35; }
span { border-color: rgb(33,93,53); }
td.TdClassName
{
border-color: #215D35;
}
.TagClassName
{
border-color: #215D35;
}
</style>