Shades of Kaitoke Green #21592F
Tints of Kaitoke Green #21592F
RGB
CMYK
RGB Variations
Color information
#21592F (or 0x21592F) is known color: Kaitoke Green. HEX triplet: 21, 59 and 2F. RGB value is (33,89,47). Sum of RGB (Red+Green+Blue) = 33+89+47=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #21592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21592F is #DEA6D0. Grayscale: #434343. Windows color (decimal): -14591697 or 3103009. OLE color: 3103009.
HSL color Cylindrical-coordinate representation of color #21592F: hue angle of 135º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21592F is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 47 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.65 |
| HSL | 135º | 0.46% | 0.24% | - |
| HSV(B) | 135º | 0.63% | 0.35% | - |
| XYZ | 4.71 | 7.67 | 3.92 | - |
| YUV | 67.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 47 | 0.63 | 0 | 0.47 | 0.65 | 135 | 0.46 | 0.24 |
| Hex | 21 | 59 | 2F | 3F | 0 | 2F | 41 | 87 | 2E | 18 |
| Octal | 41 | 131 | 57 | 77 | 0 | 57 | 101 | 207 | 56 | 30 |
| Binary | 100001 | 1011001 | 101111 | 111111 | 0 | 101111 | 1000001 | 10000111 | 101110 | 11000 |
Color Harmonies of #21592F
Complementary color
Monochromatic Colors of #21592F
Black with #21592F
Text Example
Text Example
White with #21592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21592F; }
p { color: rgb(33,89,47); }
H1.HeaderClassName
{
color: #21592F;
}
.AnyTagClassName
{
color: #21592F;
}
</style>
background-color css
<style>
a { background-color: #21592F; }
a { background-color: rgb(33,89,47); }
div.DivClassName
{
background-color: #21592F;
}
.BgClassName
{
background-color: #21592F;
}
</style>
border-color css
<style>
span { border-color: #21592F; }
span { border-color: rgb(33,89,47); }
td.TdClassName
{
border-color: #21592F;
}
.TagClassName
{
border-color: #21592F;
}
</style>