Shades of Kaitoke Green #205330
Tints of Kaitoke Green #205330
RGB
CMYK
RGB Variations
Color information
#205330 (or 0x205330) is known color: Kaitoke Green. HEX triplet: 20, 53 and 30. RGB value is (32,83,48). Sum of RGB (Red+Green+Blue) = 32+83+48=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #205330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205330 is #DFACCF. Grayscale: #3F3F3F. Windows color (decimal): -14658768 or 3167008. OLE color: 3167008.
HSL color Cylindrical-coordinate representation of color #205330: hue angle of 138.82º 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 #205330 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 48 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.67 |
| HSL | 138.82º | 0.44% | 0.23% | - |
| HSV(B) | 138.82º | 0.61% | 0.33% | - |
| XYZ | 4.22 | 6.71 | 3.87 | - |
| YUV | 63.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 48 | 0.61 | 0 | 0.42 | 0.67 | 138.82 | 0.44 | 0.23 |
| Hex | 20 | 53 | 30 | 3D | 0 | 2A | 43 | 8B | 2C | 17 |
| Octal | 40 | 123 | 60 | 75 | 0 | 52 | 103 | 213 | 54 | 27 |
| Binary | 100000 | 1010011 | 110000 | 111101 | 0 | 101010 | 1000011 | 10001011 | 101100 | 10111 |
Color Harmonies of #205330
Complementary color
Monochromatic Colors of #205330
Black with #205330
Text Example
Text Example
White with #205330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205330; }
p { color: rgb(32,83,48); }
H1.HeaderClassName
{
color: #205330;
}
.AnyTagClassName
{
color: #205330;
}
</style>
background-color css
<style>
a { background-color: #205330; }
a { background-color: rgb(32,83,48); }
div.DivClassName
{
background-color: #205330;
}
.BgClassName
{
background-color: #205330;
}
</style>
border-color css
<style>
span { border-color: #205330; }
span { border-color: rgb(32,83,48); }
td.TdClassName
{
border-color: #205330;
}
.TagClassName
{
border-color: #205330;
}
</style>