Shades of Rangoon Green #20280C
Tints of Rangoon Green #20280C
RGB
CMYK
RGB Variations
Color information
#20280C (or 0x20280C) is known color: Rangoon Green. HEX triplet: 20, 28 and 0C. RGB value is (32,40,12). Sum of RGB (Red+Green+Blue) = 32+40+12=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #20280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20280C is #DFD7F3. Grayscale: #222222. Windows color (decimal): -14669812 or 796704. OLE color: 796704.
HSL color Cylindrical-coordinate representation of color #20280C: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20280C is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 40 | 12 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.84 |
| HSL | 77.14º | 0.54% | 0.1% | - |
| HSV(B) | 77.14º | 0.7% | 0.16% | - |
| XYZ | 1.42 | 1.85 | 0.63 | - |
| YUV | 34.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 12 | 0.20 | 0 | 0.70 | 0.84 | 77.14 | 0.54 | 0.1 |
| Hex | 20 | 28 | C | 14 | 0 | 46 | 54 | 4D | 36 | A |
| Octal | 40 | 50 | 14 | 24 | 0 | 106 | 124 | 115 | 66 | 12 |
| Binary | 100000 | 101000 | 1100 | 10100 | 0 | 1000110 | 1010100 | 1001101 | 110110 | 1010 |
Color Harmonies of #20280C
Complementary color
Monochromatic Colors of #20280C
Black with #20280C
Text Example
Text Example
White with #20280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20280C; }
p { color: rgb(32,40,12); }
H1.HeaderClassName
{
color: #20280C;
}
.AnyTagClassName
{
color: #20280C;
}
</style>
background-color css
<style>
a { background-color: #20280C; }
a { background-color: rgb(32,40,12); }
div.DivClassName
{
background-color: #20280C;
}
.BgClassName
{
background-color: #20280C;
}
</style>
border-color css
<style>
span { border-color: #20280C; }
span { border-color: rgb(32,40,12); }
td.TdClassName
{
border-color: #20280C;
}
.TagClassName
{
border-color: #20280C;
}
</style>