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