Shades of Kaitoke Green #21522A
Tints of Kaitoke Green #21522A
RGB
CMYK
RGB Variations
Color information
#21522A (or 0x21522A) is known color: Kaitoke Green. HEX triplet: 21, 52 and 2A. RGB value is (33,82,42). Sum of RGB (Red+Green+Blue) = 33+82+42=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #21522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21522A is #DEADD5. Grayscale: #3E3E3E. Windows color (decimal): -14593494 or 2773537. OLE color: 2773537.
HSL color Cylindrical-coordinate representation of color #21522A: hue angle of 131.02º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21522A is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 42 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.68 |
| HSL | 131.02º | 0.43% | 0.23% | - |
| HSV(B) | 131.02º | 0.6% | 0.32% | - |
| XYZ | 4.06 | 6.53 | 3.24 | - |
| YUV | 62.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 42 | 0.60 | 0 | 0.49 | 0.68 | 131.02 | 0.43 | 0.23 |
| Hex | 21 | 52 | 2A | 3C | 0 | 31 | 44 | 83 | 2B | 17 |
| Octal | 41 | 122 | 52 | 74 | 0 | 61 | 104 | 203 | 53 | 27 |
| Binary | 100001 | 1010010 | 101010 | 111100 | 0 | 110001 | 1000100 | 10000011 | 101011 | 10111 |
Color Harmonies of #21522A
Complementary color
Monochromatic Colors of #21522A
Black with #21522A
Text Example
Text Example
White with #21522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21522A; }
p { color: rgb(33,82,42); }
H1.HeaderClassName
{
color: #21522A;
}
.AnyTagClassName
{
color: #21522A;
}
</style>
background-color css
<style>
a { background-color: #21522A; }
a { background-color: rgb(33,82,42); }
div.DivClassName
{
background-color: #21522A;
}
.BgClassName
{
background-color: #21522A;
}
</style>
border-color css
<style>
span { border-color: #21522A; }
span { border-color: rgb(33,82,42); }
td.TdClassName
{
border-color: #21522A;
}
.TagClassName
{
border-color: #21522A;
}
</style>