Shades of Kaitoke Green #21492E
Tints of Kaitoke Green #21492E
RGB
CMYK
RGB Variations
Color information
#21492E (or 0x21492E) is known color: Kaitoke Green. HEX triplet: 21, 49 and 2E. RGB value is (33,73,46). Sum of RGB (Red+Green+Blue) = 33+73+46=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #21492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21492E is #DEB6D1. Grayscale: #3A3A3A. Windows color (decimal): -14595794 or 3033377. OLE color: 3033377.
HSL color Cylindrical-coordinate representation of color #21492E: hue angle of 139.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 #21492E is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 46 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.71 |
| HSL | 139.5º | 0.38% | 0.21% | - |
| HSV(B) | 139.5º | 0.55% | 0.29% | - |
| XYZ | 3.5 | 5.29 | 3.42 | - |
| YUV | 57.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 46 | 0.55 | 0 | 0.37 | 0.71 | 139.5 | 0.38 | 0.21 |
| Hex | 21 | 49 | 2E | 37 | 0 | 25 | 47 | 8C | 26 | 15 |
| Octal | 41 | 111 | 56 | 67 | 0 | 45 | 107 | 214 | 46 | 25 |
| Binary | 100001 | 1001001 | 101110 | 110111 | 0 | 100101 | 1000111 | 10001100 | 100110 | 10101 |
Color Harmonies of #21492E
Complementary color
Monochromatic Colors of #21492E
Black with #21492E
Text Example
Text Example
White with #21492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21492E; }
p { color: rgb(33,73,46); }
H1.HeaderClassName
{
color: #21492E;
}
.AnyTagClassName
{
color: #21492E;
}
</style>
background-color css
<style>
a { background-color: #21492E; }
a { background-color: rgb(33,73,46); }
div.DivClassName
{
background-color: #21492E;
}
.BgClassName
{
background-color: #21492E;
}
</style>
border-color css
<style>
span { border-color: #21492E; }
span { border-color: rgb(33,73,46); }
td.TdClassName
{
border-color: #21492E;
}
.TagClassName
{
border-color: #21492E;
}
</style>