Shades of Kaitoke Green #215538
Tints of Kaitoke Green #215538
RGB
CMYK
RGB Variations
Color information
#215538 (or 0x215538) is known color: Kaitoke Green. HEX triplet: 21, 55 and 38. RGB value is (33,85,56). Sum of RGB (Red+Green+Blue) = 33+85+56=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #215538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215538 is #DEAAC7. Grayscale: #424242. Windows color (decimal): -14592712 or 3691809. OLE color: 3691809.
HSL color Cylindrical-coordinate representation of color #215538: hue angle of 146.54º 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 #215538 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 56 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.67 |
| HSL | 146.54º | 0.44% | 0.23% | - |
| HSV(B) | 146.54º | 0.61% | 0.33% | - |
| XYZ | 4.59 | 7.11 | 4.87 | - |
| YUV | 66.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 56 | 0.61 | 0 | 0.34 | 0.67 | 146.54 | 0.44 | 0.23 |
| Hex | 21 | 55 | 38 | 3D | 0 | 22 | 43 | 93 | 2C | 17 |
| Octal | 41 | 125 | 70 | 75 | 0 | 42 | 103 | 223 | 54 | 27 |
| Binary | 100001 | 1010101 | 111000 | 111101 | 0 | 100010 | 1000011 | 10010011 | 101100 | 10111 |
Color Harmonies of #215538
Complementary color
Monochromatic Colors of #215538
Black with #215538
Text Example
Text Example
White with #215538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215538; }
p { color: rgb(33,85,56); }
H1.HeaderClassName
{
color: #215538;
}
.AnyTagClassName
{
color: #215538;
}
</style>
background-color css
<style>
a { background-color: #215538; }
a { background-color: rgb(33,85,56); }
div.DivClassName
{
background-color: #215538;
}
.BgClassName
{
background-color: #215538;
}
</style>
border-color css
<style>
span { border-color: #215538; }
span { border-color: rgb(33,85,56); }
td.TdClassName
{
border-color: #215538;
}
.TagClassName
{
border-color: #215538;
}
</style>