Shades of Kaitoke Green #21492F
Tints of Kaitoke Green #21492F
RGB
CMYK
RGB Variations
Color information
#21492F (or 0x21492F) is known color: Kaitoke Green. HEX triplet: 21, 49 and 2F. RGB value is (33,73,47). Sum of RGB (Red+Green+Blue) = 33+73+47=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #21492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21492F is #DEB6D0. Grayscale: #3A3A3A. Windows color (decimal): -14595793 or 3098913. OLE color: 3098913.
HSL color Cylindrical-coordinate representation of color #21492F: hue angle of 141º 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 #21492F is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 47 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.71 |
| HSL | 141º | 0.38% | 0.21% | - |
| HSV(B) | 141º | 0.55% | 0.29% | - |
| XYZ | 3.52 | 5.29 | 3.53 | - |
| YUV | 58.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 47 | 0.55 | 0 | 0.36 | 0.71 | 141 | 0.38 | 0.21 |
| Hex | 21 | 49 | 2F | 37 | 0 | 24 | 47 | 8D | 26 | 15 |
| Octal | 41 | 111 | 57 | 67 | 0 | 44 | 107 | 215 | 46 | 25 |
| Binary | 100001 | 1001001 | 101111 | 110111 | 0 | 100100 | 1000111 | 10001101 | 100110 | 10101 |
Color Harmonies of #21492F
Complementary color
Monochromatic Colors of #21492F
Black with #21492F
Text Example
Text Example
White with #21492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21492F; }
p { color: rgb(33,73,47); }
H1.HeaderClassName
{
color: #21492F;
}
.AnyTagClassName
{
color: #21492F;
}
</style>
background-color css
<style>
a { background-color: #21492F; }
a { background-color: rgb(33,73,47); }
div.DivClassName
{
background-color: #21492F;
}
.BgClassName
{
background-color: #21492F;
}
</style>
border-color css
<style>
span { border-color: #21492F; }
span { border-color: rgb(33,73,47); }
td.TdClassName
{
border-color: #21492F;
}
.TagClassName
{
border-color: #21492F;
}
</style>