Shades of Kaitoke Green #21492B
Tints of Kaitoke Green #21492B
RGB
CMYK
RGB Variations
Color information
#21492B (or 0x21492B) is known color: Kaitoke Green. HEX triplet: 21, 49 and 2B. RGB value is (33,73,43). Sum of RGB (Red+Green+Blue) = 33+73+43=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #21492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21492B is #DEB6D4. Grayscale: #393939. Windows color (decimal): -14595797 or 2836769. OLE color: 2836769.
HSL color Cylindrical-coordinate representation of color #21492B: hue angle of 135º 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 #21492B is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 43 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.71 |
| HSL | 135º | 0.38% | 0.21% | - |
| HSV(B) | 135º | 0.55% | 0.29% | - |
| XYZ | 3.45 | 5.26 | 3.12 | - |
| YUV | 57.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 43 | 0.55 | 0 | 0.41 | 0.71 | 135 | 0.38 | 0.21 |
| Hex | 21 | 49 | 2B | 37 | 0 | 29 | 47 | 87 | 26 | 15 |
| Octal | 41 | 111 | 53 | 67 | 0 | 51 | 107 | 207 | 46 | 25 |
| Binary | 100001 | 1001001 | 101011 | 110111 | 0 | 101001 | 1000111 | 10000111 | 100110 | 10101 |
Color Harmonies of #21492B
Complementary color
Monochromatic Colors of #21492B
Black with #21492B
Text Example
Text Example
White with #21492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21492B; }
p { color: rgb(33,73,43); }
H1.HeaderClassName
{
color: #21492B;
}
.AnyTagClassName
{
color: #21492B;
}
</style>
background-color css
<style>
a { background-color: #21492B; }
a { background-color: rgb(33,73,43); }
div.DivClassName
{
background-color: #21492B;
}
.BgClassName
{
background-color: #21492B;
}
</style>
border-color css
<style>
span { border-color: #21492B; }
span { border-color: rgb(33,73,43); }
td.TdClassName
{
border-color: #21492B;
}
.TagClassName
{
border-color: #21492B;
}
</style>