Shades of Kaitoke Green #214A2B
Tints of Kaitoke Green #214A2B
RGB
CMYK
RGB Variations
Color information
#214A2B (or 0x214A2B) is known color: Kaitoke Green. HEX triplet: 21, 4A and 2B. RGB value is (33,74,43). Sum of RGB (Red+Green+Blue) = 33+74+43=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #214A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A2B is #DEB5D4. Grayscale: #3A3A3A. Windows color (decimal): -14595541 or 2837025. OLE color: 2837025.
HSL color Cylindrical-coordinate representation of color #214A2B: hue angle of 134.63º 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 #214A2B is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 74 | 43 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.71 |
| HSL | 134.63º | 0.38% | 0.21% | - |
| HSV(B) | 134.63º | 0.55% | 0.29% | - |
| XYZ | 3.51 | 5.4 | 3.14 | - |
| YUV | 58.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 43 | 0.55 | 0 | 0.42 | 0.71 | 134.63 | 0.38 | 0.21 |
| Hex | 21 | 4A | 2B | 37 | 0 | 2A | 47 | 87 | 26 | 15 |
| Octal | 41 | 112 | 53 | 67 | 0 | 52 | 107 | 207 | 46 | 25 |
| Binary | 100001 | 1001010 | 101011 | 110111 | 0 | 101010 | 1000111 | 10000111 | 100110 | 10101 |
Color Harmonies of #214A2B
Complementary color
Monochromatic Colors of #214A2B
Black with #214A2B
Text Example
Text Example
White with #214A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A2B; }
p { color: rgb(33,74,43); }
H1.HeaderClassName
{
color: #214A2B;
}
.AnyTagClassName
{
color: #214A2B;
}
</style>
background-color css
<style>
a { background-color: #214A2B; }
a { background-color: rgb(33,74,43); }
div.DivClassName
{
background-color: #214A2B;
}
.BgClassName
{
background-color: #214A2B;
}
</style>
border-color css
<style>
span { border-color: #214A2B; }
span { border-color: rgb(33,74,43); }
td.TdClassName
{
border-color: #214A2B;
}
.TagClassName
{
border-color: #214A2B;
}
</style>