Shades of Kaitoke Green #205329
Tints of Kaitoke Green #205329
RGB
CMYK
RGB Variations
Color information
#205329 (or 0x205329) is known color: Kaitoke Green. HEX triplet: 20, 53 and 29. RGB value is (32,83,41). Sum of RGB (Red+Green+Blue) = 32+83+41=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #205329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205329 is #DFACD6. Grayscale: #3F3F3F. Windows color (decimal): -14658775 or 2708256. OLE color: 2708256.
HSL color Cylindrical-coordinate representation of color #205329: hue angle of 130.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205329 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 41 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.67 |
| HSL | 130.59º | 0.44% | 0.23% | - |
| HSV(B) | 130.59º | 0.61% | 0.33% | - |
| XYZ | 4.09 | 6.65 | 3.17 | - |
| YUV | 62.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 41 | 0.61 | 0 | 0.51 | 0.67 | 130.59 | 0.44 | 0.23 |
| Hex | 20 | 53 | 29 | 3D | 0 | 33 | 43 | 83 | 2C | 17 |
| Octal | 40 | 123 | 51 | 75 | 0 | 63 | 103 | 203 | 54 | 27 |
| Binary | 100000 | 1010011 | 101001 | 111101 | 0 | 110011 | 1000011 | 10000011 | 101100 | 10111 |
Color Harmonies of #205329
Complementary color
Monochromatic Colors of #205329
Black with #205329
Text Example
Text Example
White with #205329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205329; }
p { color: rgb(32,83,41); }
H1.HeaderClassName
{
color: #205329;
}
.AnyTagClassName
{
color: #205329;
}
</style>
background-color css
<style>
a { background-color: #205329; }
a { background-color: rgb(32,83,41); }
div.DivClassName
{
background-color: #205329;
}
.BgClassName
{
background-color: #205329;
}
</style>
border-color css
<style>
span { border-color: #205329; }
span { border-color: rgb(32,83,41); }
td.TdClassName
{
border-color: #205329;
}
.TagClassName
{
border-color: #205329;
}
</style>