Shades of Kaitoke Green #20502C
Tints of Kaitoke Green #20502C
RGB
CMYK
RGB Variations
Color information
#20502C (or 0x20502C) is known color: Kaitoke Green. HEX triplet: 20, 50 and 2C. RGB value is (32,80,44). Sum of RGB (Red+Green+Blue) = 32+80+44=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #20502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20502C is #DFAFD3. Grayscale: #3D3D3D. Windows color (decimal): -14659540 or 2904096. OLE color: 2904096.
HSL color Cylindrical-coordinate representation of color #20502C: hue angle of 135º 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 #20502C is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 44 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.69 |
| HSL | 135º | 0.43% | 0.22% | - |
| HSV(B) | 135º | 0.6% | 0.31% | - |
| XYZ | 3.92 | 6.23 | 3.38 | - |
| YUV | 61.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 44 | 0.60 | 0 | 0.45 | 0.69 | 135 | 0.43 | 0.22 |
| Hex | 20 | 50 | 2C | 3C | 0 | 2D | 45 | 87 | 2B | 16 |
| Octal | 40 | 120 | 54 | 74 | 0 | 55 | 105 | 207 | 53 | 26 |
| Binary | 100000 | 1010000 | 101100 | 111100 | 0 | 101101 | 1000101 | 10000111 | 101011 | 10110 |
Color Harmonies of #20502C
Complementary color
Monochromatic Colors of #20502C
Black with #20502C
Text Example
Text Example
White with #20502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20502C; }
p { color: rgb(32,80,44); }
H1.HeaderClassName
{
color: #20502C;
}
.AnyTagClassName
{
color: #20502C;
}
</style>
background-color css
<style>
a { background-color: #20502C; }
a { background-color: rgb(32,80,44); }
div.DivClassName
{
background-color: #20502C;
}
.BgClassName
{
background-color: #20502C;
}
</style>
border-color css
<style>
span { border-color: #20502C; }
span { border-color: rgb(32,80,44); }
td.TdClassName
{
border-color: #20502C;
}
.TagClassName
{
border-color: #20502C;
}
</style>