Shades of Kaitoke Green #204D2F
Tints of Kaitoke Green #204D2F
RGB
CMYK
RGB Variations
Color information
#204D2F (or 0x204D2F) is known color: Kaitoke Green. HEX triplet: 20, 4D and 2F. RGB value is (32,77,47). Sum of RGB (Red+Green+Blue) = 32+77+47=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #204D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204D2F is #DFB2D0. Grayscale: #3C3C3C. Windows color (decimal): -14660305 or 3099936. OLE color: 3099936.
HSL color Cylindrical-coordinate representation of color #204D2F: hue angle of 140º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204D2F is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 77 | 47 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.70 |
| HSL | 140º | 0.41% | 0.21% | - |
| HSV(B) | 140º | 0.58% | 0.3% | - |
| XYZ | 3.76 | 5.82 | 3.61 | - |
| YUV | 60.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 47 | 0.58 | 0 | 0.39 | 0.70 | 140 | 0.41 | 0.21 |
| Hex | 20 | 4D | 2F | 3A | 0 | 27 | 46 | 8C | 29 | 15 |
| Octal | 40 | 115 | 57 | 72 | 0 | 47 | 106 | 214 | 51 | 25 |
| Binary | 100000 | 1001101 | 101111 | 111010 | 0 | 100111 | 1000110 | 10001100 | 101001 | 10101 |
Color Harmonies of #204D2F
Complementary color
Monochromatic Colors of #204D2F
Black with #204D2F
Text Example
Text Example
White with #204D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D2F; }
p { color: rgb(32,77,47); }
H1.HeaderClassName
{
color: #204D2F;
}
.AnyTagClassName
{
color: #204D2F;
}
</style>
background-color css
<style>
a { background-color: #204D2F; }
a { background-color: rgb(32,77,47); }
div.DivClassName
{
background-color: #204D2F;
}
.BgClassName
{
background-color: #204D2F;
}
</style>
border-color css
<style>
span { border-color: #204D2F; }
span { border-color: rgb(32,77,47); }
td.TdClassName
{
border-color: #204D2F;
}
.TagClassName
{
border-color: #204D2F;
}
</style>