Shades of Kaitoke Green #214F2C
Tints of Kaitoke Green #214F2C
RGB
CMYK
RGB Variations
Color information
#214F2C (or 0x214F2C) is known color: Kaitoke Green. HEX triplet: 21, 4F and 2C. RGB value is (33,79,44). Sum of RGB (Red+Green+Blue) = 33+79+44=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #214F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F2C is #DEB0D3. Grayscale: #3D3D3D. Windows color (decimal): -14594260 or 2903841. OLE color: 2903841.
HSL color Cylindrical-coordinate representation of color #214F2C: hue angle of 134.35º 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 #214F2C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 79 | 44 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.69 |
| HSL | 134.35º | 0.41% | 0.22% | - |
| HSV(B) | 134.35º | 0.58% | 0.31% | - |
| XYZ | 3.88 | 6.1 | 3.36 | - |
| YUV | 61.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 44 | 0.58 | 0 | 0.44 | 0.69 | 134.35 | 0.41 | 0.22 |
| Hex | 21 | 4F | 2C | 3A | 0 | 2C | 45 | 86 | 29 | 16 |
| Octal | 41 | 117 | 54 | 72 | 0 | 54 | 105 | 206 | 51 | 26 |
| Binary | 100001 | 1001111 | 101100 | 111010 | 0 | 101100 | 1000101 | 10000110 | 101001 | 10110 |
Color Harmonies of #214F2C
Complementary color
Monochromatic Colors of #214F2C
Black with #214F2C
Text Example
Text Example
White with #214F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F2C; }
p { color: rgb(33,79,44); }
H1.HeaderClassName
{
color: #214F2C;
}
.AnyTagClassName
{
color: #214F2C;
}
</style>
background-color css
<style>
a { background-color: #214F2C; }
a { background-color: rgb(33,79,44); }
div.DivClassName
{
background-color: #214F2C;
}
.BgClassName
{
background-color: #214F2C;
}
</style>
border-color css
<style>
span { border-color: #214F2C; }
span { border-color: rgb(33,79,44); }
td.TdClassName
{
border-color: #214F2C;
}
.TagClassName
{
border-color: #214F2C;
}
</style>