Shades of Kaitoke Green #205D39
Tints of Kaitoke Green #205D39
RGB
CMYK
RGB Variations
Color information
#205D39 (or 0x205D39) is known color: Kaitoke Green. HEX triplet: 20, 5D and 39. RGB value is (32,93,57). Sum of RGB (Red+Green+Blue) = 32+93+57=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #205D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D39 is #DFA2C6. Grayscale: #464646. Windows color (decimal): -14656199 or 3759392. OLE color: 3759392.
HSL color Cylindrical-coordinate representation of color #205D39: hue angle of 144.59º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D39 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 57 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.64 |
| HSL | 144.59º | 0.49% | 0.25% | - |
| HSV(B) | 144.59º | 0.66% | 0.36% | - |
| XYZ | 5.25 | 8.43 | 5.22 | - |
| YUV | 70.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 57 | 0.66 | 0 | 0.39 | 0.64 | 144.59 | 0.49 | 0.25 |
| Hex | 20 | 5D | 39 | 42 | 0 | 27 | 40 | 91 | 31 | 19 |
| Octal | 40 | 135 | 71 | 102 | 0 | 47 | 100 | 221 | 61 | 31 |
| Binary | 100000 | 1011101 | 111001 | 1000010 | 0 | 100111 | 1000000 | 10010001 | 110001 | 11001 |
Color Harmonies of #205D39
Complementary color
Monochromatic Colors of #205D39
Black with #205D39
Text Example
Text Example
White with #205D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D39; }
p { color: rgb(32,93,57); }
H1.HeaderClassName
{
color: #205D39;
}
.AnyTagClassName
{
color: #205D39;
}
</style>
background-color css
<style>
a { background-color: #205D39; }
a { background-color: rgb(32,93,57); }
div.DivClassName
{
background-color: #205D39;
}
.BgClassName
{
background-color: #205D39;
}
</style>
border-color css
<style>
span { border-color: #205D39; }
span { border-color: rgb(32,93,57); }
td.TdClassName
{
border-color: #205D39;
}
.TagClassName
{
border-color: #205D39;
}
</style>