Shades of Kaitoke Green #215833
Tints of Kaitoke Green #215833
RGB
CMYK
RGB Variations
Color information
#215833 (or 0x215833) is known color: Kaitoke Green. HEX triplet: 21, 58 and 33. RGB value is (33,88,51). Sum of RGB (Red+Green+Blue) = 33+88+51=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #215833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215833 is #DEA7CC. Grayscale: #434343. Windows color (decimal): -14591949 or 3364897. OLE color: 3364897.
HSL color Cylindrical-coordinate representation of color #215833: hue angle of 139.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215833 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 88 | 51 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.65 |
| HSL | 139.64º | 0.45% | 0.24% | - |
| HSV(B) | 139.64º | 0.63% | 0.35% | - |
| XYZ | 4.71 | 7.54 | 4.34 | - |
| YUV | 67.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 51 | 0.62 | 0 | 0.42 | 0.65 | 139.64 | 0.45 | 0.24 |
| Hex | 21 | 58 | 33 | 3E | 0 | 2A | 41 | 8C | 2D | 18 |
| Octal | 41 | 130 | 63 | 76 | 0 | 52 | 101 | 214 | 55 | 30 |
| Binary | 100001 | 1011000 | 110011 | 111110 | 0 | 101010 | 1000001 | 10001100 | 101101 | 11000 |
Color Harmonies of #215833
Complementary color
Monochromatic Colors of #215833
Black with #215833
Text Example
Text Example
White with #215833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215833; }
p { color: rgb(33,88,51); }
H1.HeaderClassName
{
color: #215833;
}
.AnyTagClassName
{
color: #215833;
}
</style>
background-color css
<style>
a { background-color: #215833; }
a { background-color: rgb(33,88,51); }
div.DivClassName
{
background-color: #215833;
}
.BgClassName
{
background-color: #215833;
}
</style>
border-color css
<style>
span { border-color: #215833; }
span { border-color: rgb(33,88,51); }
td.TdClassName
{
border-color: #215833;
}
.TagClassName
{
border-color: #215833;
}
</style>