Shades of Kaitoke Green #205A31
Tints of Kaitoke Green #205A31
RGB
CMYK
RGB Variations
Color information
#205A31 (or 0x205A31) is known color: Kaitoke Green. HEX triplet: 20, 5A and 31. RGB value is (32,90,49). Sum of RGB (Red+Green+Blue) = 32+90+49=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #205A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A31 is #DFA5CE. Grayscale: #444444. Windows color (decimal): -14656975 or 3234336. OLE color: 3234336.
HSL color Cylindrical-coordinate representation of color #205A31: hue angle of 137.59º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A31 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 49 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.65 |
| HSL | 137.59º | 0.48% | 0.24% | - |
| HSV(B) | 137.59º | 0.64% | 0.35% | - |
| XYZ | 4.81 | 7.84 | 4.17 | - |
| YUV | 67.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 49 | 0.64 | 0 | 0.46 | 0.65 | 137.59 | 0.48 | 0.24 |
| Hex | 20 | 5A | 31 | 40 | 0 | 2E | 41 | 8A | 30 | 18 |
| Octal | 40 | 132 | 61 | 100 | 0 | 56 | 101 | 212 | 60 | 30 |
| Binary | 100000 | 1011010 | 110001 | 1000000 | 0 | 101110 | 1000001 | 10001010 | 110000 | 11000 |
Color Harmonies of #205A31
Complementary color
Monochromatic Colors of #205A31
Black with #205A31
Text Example
Text Example
White with #205A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A31; }
p { color: rgb(32,90,49); }
H1.HeaderClassName
{
color: #205A31;
}
.AnyTagClassName
{
color: #205A31;
}
</style>
background-color css
<style>
a { background-color: #205A31; }
a { background-color: rgb(32,90,49); }
div.DivClassName
{
background-color: #205A31;
}
.BgClassName
{
background-color: #205A31;
}
</style>
border-color css
<style>
span { border-color: #205A31; }
span { border-color: rgb(32,90,49); }
td.TdClassName
{
border-color: #205A31;
}
.TagClassName
{
border-color: #205A31;
}
</style>