Shades of Kaitoke Green #214E28
Tints of Kaitoke Green #214E28
RGB
CMYK
RGB Variations
Color information
#214E28 (or 0x214E28) is known color: Kaitoke Green. HEX triplet: 21, 4E and 28. RGB value is (33,78,40). Sum of RGB (Red+Green+Blue) = 33+78+40=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #214E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E28 is #DEB1D7. Grayscale: #3C3C3C. Windows color (decimal): -14594520 or 2641441. OLE color: 2641441.
HSL color Cylindrical-coordinate representation of color #214E28: hue angle of 129.33º 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 #214E28 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 78 | 40 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.69 |
| HSL | 129.33º | 0.41% | 0.22% | - |
| HSV(B) | 129.33º | 0.58% | 0.31% | - |
| XYZ | 3.73 | 5.93 | 2.95 | - |
| YUV | 60.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 40 | 0.58 | 0 | 0.49 | 0.69 | 129.33 | 0.41 | 0.22 |
| Hex | 21 | 4E | 28 | 3A | 0 | 31 | 45 | 81 | 29 | 16 |
| Octal | 41 | 116 | 50 | 72 | 0 | 61 | 105 | 201 | 51 | 26 |
| Binary | 100001 | 1001110 | 101000 | 111010 | 0 | 110001 | 1000101 | 10000001 | 101001 | 10110 |
Color Harmonies of #214E28
Complementary color
Monochromatic Colors of #214E28
Black with #214E28
Text Example
Text Example
White with #214E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E28; }
p { color: rgb(33,78,40); }
H1.HeaderClassName
{
color: #214E28;
}
.AnyTagClassName
{
color: #214E28;
}
</style>
background-color css
<style>
a { background-color: #214E28; }
a { background-color: rgb(33,78,40); }
div.DivClassName
{
background-color: #214E28;
}
.BgClassName
{
background-color: #214E28;
}
</style>
border-color css
<style>
span { border-color: #214E28; }
span { border-color: rgb(33,78,40); }
td.TdClassName
{
border-color: #214E28;
}
.TagClassName
{
border-color: #214E28;
}
</style>