Shades of Kaitoke Green #214B2F
Tints of Kaitoke Green #214B2F
RGB
CMYK
RGB Variations
Color information
#214B2F (or 0x214B2F) is known color: Kaitoke Green. HEX triplet: 21, 4B and 2F. RGB value is (33,75,47). Sum of RGB (Red+Green+Blue) = 33+75+47=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #214B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B2F is #DEB4D0. Grayscale: #3B3B3B. Windows color (decimal): -14595281 or 3099425. OLE color: 3099425.
HSL color Cylindrical-coordinate representation of color #214B2F: hue angle of 140º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B2F is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 47 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.71 |
| HSL | 140º | 0.39% | 0.21% | - |
| HSV(B) | 140º | 0.56% | 0.29% | - |
| XYZ | 3.66 | 5.56 | 3.57 | - |
| YUV | 59.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 47 | 0.56 | 0 | 0.37 | 0.71 | 140 | 0.39 | 0.21 |
| Hex | 21 | 4B | 2F | 38 | 0 | 25 | 47 | 8C | 27 | 15 |
| Octal | 41 | 113 | 57 | 70 | 0 | 45 | 107 | 214 | 47 | 25 |
| Binary | 100001 | 1001011 | 101111 | 111000 | 0 | 100101 | 1000111 | 10001100 | 100111 | 10101 |
Color Harmonies of #214B2F
Complementary color
Monochromatic Colors of #214B2F
Black with #214B2F
Text Example
Text Example
White with #214B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B2F; }
p { color: rgb(33,75,47); }
H1.HeaderClassName
{
color: #214B2F;
}
.AnyTagClassName
{
color: #214B2F;
}
</style>
background-color css
<style>
a { background-color: #214B2F; }
a { background-color: rgb(33,75,47); }
div.DivClassName
{
background-color: #214B2F;
}
.BgClassName
{
background-color: #214B2F;
}
</style>
border-color css
<style>
span { border-color: #214B2F; }
span { border-color: rgb(33,75,47); }
td.TdClassName
{
border-color: #214B2F;
}
.TagClassName
{
border-color: #214B2F;
}
</style>