Shades of Kaitoke Green #214930
Tints of Kaitoke Green #214930
RGB
CMYK
RGB Variations
Color information
#214930 (or 0x214930) is known color: Kaitoke Green. HEX triplet: 21, 49 and 30. RGB value is (33,73,48). Sum of RGB (Red+Green+Blue) = 33+73+48=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #214930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214930 is #DEB6CF. Grayscale: #3A3A3A. Windows color (decimal): -14595792 or 3164449. OLE color: 3164449.
HSL color Cylindrical-coordinate representation of color #214930: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214930 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 48 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.71 |
| HSL | 142.5º | 0.38% | 0.21% | - |
| HSV(B) | 142.5º | 0.55% | 0.29% | - |
| XYZ | 3.54 | 5.3 | 3.63 | - |
| YUV | 58.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 48 | 0.55 | 0 | 0.34 | 0.71 | 142.5 | 0.38 | 0.21 |
| Hex | 21 | 49 | 30 | 37 | 0 | 22 | 47 | 8E | 26 | 15 |
| Octal | 41 | 111 | 60 | 67 | 0 | 42 | 107 | 216 | 46 | 25 |
| Binary | 100001 | 1001001 | 110000 | 110111 | 0 | 100010 | 1000111 | 10001110 | 100110 | 10101 |
Color Harmonies of #214930
Complementary color
Monochromatic Colors of #214930
Black with #214930
Text Example
Text Example
White with #214930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214930; }
p { color: rgb(33,73,48); }
H1.HeaderClassName
{
color: #214930;
}
.AnyTagClassName
{
color: #214930;
}
</style>
background-color css
<style>
a { background-color: #214930; }
a { background-color: rgb(33,73,48); }
div.DivClassName
{
background-color: #214930;
}
.BgClassName
{
background-color: #214930;
}
</style>
border-color css
<style>
span { border-color: #214930; }
span { border-color: rgb(33,73,48); }
td.TdClassName
{
border-color: #214930;
}
.TagClassName
{
border-color: #214930;
}
</style>