Shades of Kaitoke Green #214D28
Tints of Kaitoke Green #214D28
RGB
CMYK
RGB Variations
Color information
#214D28 (or 0x214D28) is known color: Kaitoke Green. HEX triplet: 21, 4D and 28. RGB value is (33,77,40). Sum of RGB (Red+Green+Blue) = 33+77+40=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #214D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D28 is #DEB2D7. Grayscale: #3B3B3B. Windows color (decimal): -14594776 or 2641185. OLE color: 2641185.
HSL color Cylindrical-coordinate representation of color #214D28: hue angle of 129.55º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D28 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 40 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.70 |
| HSL | 129.55º | 0.4% | 0.22% | - |
| HSV(B) | 129.55º | 0.57% | 0.3% | - |
| XYZ | 3.66 | 5.78 | 2.93 | - |
| YUV | 59.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 40 | 0.57 | 0 | 0.48 | 0.70 | 129.55 | 0.4 | 0.22 |
| Hex | 21 | 4D | 28 | 39 | 0 | 30 | 46 | 82 | 28 | 16 |
| Octal | 41 | 115 | 50 | 71 | 0 | 60 | 106 | 202 | 50 | 26 |
| Binary | 100001 | 1001101 | 101000 | 111001 | 0 | 110000 | 1000110 | 10000010 | 101000 | 10110 |
Color Harmonies of #214D28
Complementary color
Monochromatic Colors of #214D28
Black with #214D28
Text Example
Text Example
White with #214D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D28; }
p { color: rgb(33,77,40); }
H1.HeaderClassName
{
color: #214D28;
}
.AnyTagClassName
{
color: #214D28;
}
</style>
background-color css
<style>
a { background-color: #214D28; }
a { background-color: rgb(33,77,40); }
div.DivClassName
{
background-color: #214D28;
}
.BgClassName
{
background-color: #214D28;
}
</style>
border-color css
<style>
span { border-color: #214D28; }
span { border-color: rgb(33,77,40); }
td.TdClassName
{
border-color: #214D28;
}
.TagClassName
{
border-color: #214D28;
}
</style>