Shades of Kaitoke Green #21573C
Tints of Kaitoke Green #21573C
RGB
CMYK
RGB Variations
Color information
#21573C (or 0x21573C) is known color: Kaitoke Green. HEX triplet: 21, 57 and 3C. RGB value is (33,87,60). Sum of RGB (Red+Green+Blue) = 33+87+60=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #21573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21573C is #DEA8C3. Grayscale: #434343. Windows color (decimal): -14592196 or 3954465. OLE color: 3954465.
HSL color Cylindrical-coordinate representation of color #21573C: hue angle of 150º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21573C is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 87 | 60 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.66 |
| HSL | 150º | 0.45% | 0.24% | - |
| HSV(B) | 150º | 0.62% | 0.34% | - |
| XYZ | 4.85 | 7.47 | 5.46 | - |
| YUV | 67.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 60 | 0.62 | 0 | 0.31 | 0.66 | 150 | 0.45 | 0.24 |
| Hex | 21 | 57 | 3C | 3E | 0 | 1F | 42 | 96 | 2D | 18 |
| Octal | 41 | 127 | 74 | 76 | 0 | 37 | 102 | 226 | 55 | 30 |
| Binary | 100001 | 1010111 | 111100 | 111110 | 0 | 11111 | 1000010 | 10010110 | 101101 | 11000 |
Color Harmonies of #21573C
Complementary color
Monochromatic Colors of #21573C
Black with #21573C
Text Example
Text Example
White with #21573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21573C; }
p { color: rgb(33,87,60); }
H1.HeaderClassName
{
color: #21573C;
}
.AnyTagClassName
{
color: #21573C;
}
</style>
background-color css
<style>
a { background-color: #21573C; }
a { background-color: rgb(33,87,60); }
div.DivClassName
{
background-color: #21573C;
}
.BgClassName
{
background-color: #21573C;
}
</style>
border-color css
<style>
span { border-color: #21573C; }
span { border-color: rgb(33,87,60); }
td.TdClassName
{
border-color: #21573C;
}
.TagClassName
{
border-color: #21573C;
}
</style>