Shades of Kaitoke Green #20502B
Tints of Kaitoke Green #20502B
RGB
CMYK
RGB Variations
Color information
#20502B (or 0x20502B) is known color: Kaitoke Green. HEX triplet: 20, 50 and 2B. RGB value is (32,80,43). Sum of RGB (Red+Green+Blue) = 32+80+43=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #20502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20502B is #DFAFD4. Grayscale: #3D3D3D. Windows color (decimal): -14659541 or 2838560. OLE color: 2838560.
HSL color Cylindrical-coordinate representation of color #20502B: hue angle of 133.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 #20502B is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 43 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.69 |
| HSL | 133.75º | 0.43% | 0.22% | - |
| HSV(B) | 133.75º | 0.6% | 0.31% | - |
| XYZ | 3.9 | 6.22 | 3.28 | - |
| YUV | 61.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 43 | 0.60 | 0 | 0.46 | 0.69 | 133.75 | 0.43 | 0.22 |
| Hex | 20 | 50 | 2B | 3C | 0 | 2E | 45 | 86 | 2B | 16 |
| Octal | 40 | 120 | 53 | 74 | 0 | 56 | 105 | 206 | 53 | 26 |
| Binary | 100000 | 1010000 | 101011 | 111100 | 0 | 101110 | 1000101 | 10000110 | 101011 | 10110 |
Color Harmonies of #20502B
Complementary color
Monochromatic Colors of #20502B
Black with #20502B
Text Example
Text Example
White with #20502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20502B; }
p { color: rgb(32,80,43); }
H1.HeaderClassName
{
color: #20502B;
}
.AnyTagClassName
{
color: #20502B;
}
</style>
background-color css
<style>
a { background-color: #20502B; }
a { background-color: rgb(32,80,43); }
div.DivClassName
{
background-color: #20502B;
}
.BgClassName
{
background-color: #20502B;
}
</style>
border-color css
<style>
span { border-color: #20502B; }
span { border-color: rgb(32,80,43); }
td.TdClassName
{
border-color: #20502B;
}
.TagClassName
{
border-color: #20502B;
}
</style>