Shades of Kaitoke Green #205229
Tints of Kaitoke Green #205229
RGB
CMYK
RGB Variations
Color information
#205229 (or 0x205229) is known color: Kaitoke Green. HEX triplet: 20, 52 and 29. RGB value is (32,82,41). Sum of RGB (Red+Green+Blue) = 32+82+41=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #205229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205229 is #DFADD6. Grayscale: #3E3E3E. Windows color (decimal): -14659031 or 2708000. OLE color: 2708000.
HSL color Cylindrical-coordinate representation of color #205229: hue angle of 130.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205229 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 41 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.68 |
| HSL | 130.8º | 0.44% | 0.22% | - |
| HSV(B) | 130.8º | 0.61% | 0.32% | - |
| XYZ | 4.01 | 6.5 | 3.14 | - |
| YUV | 62.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 41 | 0.61 | 0 | 0.50 | 0.68 | 130.8 | 0.44 | 0.22 |
| Hex | 20 | 52 | 29 | 3D | 0 | 32 | 44 | 83 | 2C | 16 |
| Octal | 40 | 122 | 51 | 75 | 0 | 62 | 104 | 203 | 54 | 26 |
| Binary | 100000 | 1010010 | 101001 | 111101 | 0 | 110010 | 1000100 | 10000011 | 101100 | 10110 |
Color Harmonies of #205229
Complementary color
Monochromatic Colors of #205229
Black with #205229
Text Example
Text Example
White with #205229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205229; }
p { color: rgb(32,82,41); }
H1.HeaderClassName
{
color: #205229;
}
.AnyTagClassName
{
color: #205229;
}
</style>
background-color css
<style>
a { background-color: #205229; }
a { background-color: rgb(32,82,41); }
div.DivClassName
{
background-color: #205229;
}
.BgClassName
{
background-color: #205229;
}
</style>
border-color css
<style>
span { border-color: #205229; }
span { border-color: rgb(32,82,41); }
td.TdClassName
{
border-color: #205229;
}
.TagClassName
{
border-color: #205229;
}
</style>