Shades of Kaitoke Green #20502F
Tints of Kaitoke Green #20502F
RGB
CMYK
RGB Variations
Color information
#20502F (or 0x20502F) is known color: Kaitoke Green. HEX triplet: 20, 50 and 2F. RGB value is (32,80,47). Sum of RGB (Red+Green+Blue) = 32+80+47=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #20502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20502F is #DFAFD0. Grayscale: #3D3D3D. Windows color (decimal): -14659537 or 3100704. OLE color: 3100704.
HSL color Cylindrical-coordinate representation of color #20502F: hue angle of 138.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20502F is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 47 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.69 |
| HSL | 138.75º | 0.43% | 0.22% | - |
| HSV(B) | 138.75º | 0.6% | 0.31% | - |
| XYZ | 3.98 | 6.25 | 3.69 | - |
| YUV | 61.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 47 | 0.60 | 0 | 0.41 | 0.69 | 138.75 | 0.43 | 0.22 |
| Hex | 20 | 50 | 2F | 3C | 0 | 29 | 45 | 8B | 2B | 16 |
| Octal | 40 | 120 | 57 | 74 | 0 | 51 | 105 | 213 | 53 | 26 |
| Binary | 100000 | 1010000 | 101111 | 111100 | 0 | 101001 | 1000101 | 10001011 | 101011 | 10110 |
Color Harmonies of #20502F
Complementary color
Monochromatic Colors of #20502F
Black with #20502F
Text Example
Text Example
White with #20502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20502F; }
p { color: rgb(32,80,47); }
H1.HeaderClassName
{
color: #20502F;
}
.AnyTagClassName
{
color: #20502F;
}
</style>
background-color css
<style>
a { background-color: #20502F; }
a { background-color: rgb(32,80,47); }
div.DivClassName
{
background-color: #20502F;
}
.BgClassName
{
background-color: #20502F;
}
</style>
border-color css
<style>
span { border-color: #20502F; }
span { border-color: rgb(32,80,47); }
td.TdClassName
{
border-color: #20502F;
}
.TagClassName
{
border-color: #20502F;
}
</style>