Shades of Kaitoke Green #204E32
Tints of Kaitoke Green #204E32
RGB
CMYK
RGB Variations
Color information
#204E32 (or 0x204E32) is known color: Kaitoke Green. HEX triplet: 20, 4E and 32. RGB value is (32,78,50). Sum of RGB (Red+Green+Blue) = 32+78+50=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 78 - color contains mainly: green. Hex color #204E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E32 is #DFB1CD. Grayscale: #3D3D3D. Windows color (decimal): -14660046 or 3296800. OLE color: 3296800.
HSL color Cylindrical-coordinate representation of color #204E32: hue angle of 143.48º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204E32 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 78 | 50 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.69 |
| HSL | 143.48º | 0.42% | 0.22% | - |
| HSV(B) | 143.48º | 0.59% | 0.31% | - |
| XYZ | 3.9 | 5.99 | 3.97 | - |
| YUV | 61.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 50 | 0.59 | 0 | 0.36 | 0.69 | 143.48 | 0.42 | 0.22 |
| Hex | 20 | 4E | 32 | 3B | 0 | 24 | 45 | 8F | 2A | 16 |
| Octal | 40 | 116 | 62 | 73 | 0 | 44 | 105 | 217 | 52 | 26 |
| Binary | 100000 | 1001110 | 110010 | 111011 | 0 | 100100 | 1000101 | 10001111 | 101010 | 10110 |
Color Harmonies of #204E32
Complementary color
Monochromatic Colors of #204E32
Black with #204E32
Text Example
Text Example
White with #204E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E32; }
p { color: rgb(32,78,50); }
H1.HeaderClassName
{
color: #204E32;
}
.AnyTagClassName
{
color: #204E32;
}
</style>
background-color css
<style>
a { background-color: #204E32; }
a { background-color: rgb(32,78,50); }
div.DivClassName
{
background-color: #204E32;
}
.BgClassName
{
background-color: #204E32;
}
</style>
border-color css
<style>
span { border-color: #204E32; }
span { border-color: rgb(32,78,50); }
td.TdClassName
{
border-color: #204E32;
}
.TagClassName
{
border-color: #204E32;
}
</style>