Shades of Kaitoke Green #214F32
Tints of Kaitoke Green #214F32
RGB
CMYK
RGB Variations
Color information
#214F32 (or 0x214F32) is known color: Kaitoke Green. HEX triplet: 21, 4F and 32. RGB value is (33,79,50). Sum of RGB (Red+Green+Blue) = 33+79+50=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #214F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F32 is #DEB0CD. Grayscale: #3E3E3E. Windows color (decimal): -14594254 or 3297057. OLE color: 3297057.
HSL color Cylindrical-coordinate representation of color #214F32: hue angle of 142.17º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214F32 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 79 | 50 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.69 |
| HSL | 142.17º | 0.41% | 0.22% | - |
| HSV(B) | 142.17º | 0.58% | 0.31% | - |
| XYZ | 4 | 6.15 | 3.99 | - |
| YUV | 61.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 50 | 0.58 | 0 | 0.37 | 0.69 | 142.17 | 0.41 | 0.22 |
| Hex | 21 | 4F | 32 | 3A | 0 | 25 | 45 | 8E | 29 | 16 |
| Octal | 41 | 117 | 62 | 72 | 0 | 45 | 105 | 216 | 51 | 26 |
| Binary | 100001 | 1001111 | 110010 | 111010 | 0 | 100101 | 1000101 | 10001110 | 101001 | 10110 |
Color Harmonies of #214F32
Complementary color
Monochromatic Colors of #214F32
Black with #214F32
Text Example
Text Example
White with #214F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F32; }
p { color: rgb(33,79,50); }
H1.HeaderClassName
{
color: #214F32;
}
.AnyTagClassName
{
color: #214F32;
}
</style>
background-color css
<style>
a { background-color: #214F32; }
a { background-color: rgb(33,79,50); }
div.DivClassName
{
background-color: #214F32;
}
.BgClassName
{
background-color: #214F32;
}
</style>
border-color css
<style>
span { border-color: #214F32; }
span { border-color: rgb(33,79,50); }
td.TdClassName
{
border-color: #214F32;
}
.TagClassName
{
border-color: #214F32;
}
</style>