Shades of Rangoon Green #20280A
Tints of Rangoon Green #20280A
RGB
CMYK
RGB Variations
Color information
#20280A (or 0x20280A) is known color: Rangoon Green. HEX triplet: 20, 28 and 0A. RGB value is (32,40,10). Sum of RGB (Red+Green+Blue) = 32+40+10=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #20280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20280A is #DFD7F5. Grayscale: #222222. Windows color (decimal): -14669814 or 665632. OLE color: 665632.
HSL color Cylindrical-coordinate representation of color #20280A: hue angle of 76º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20280A is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 40 | 10 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.84 |
| HSL | 76º | 0.6% | 0.1% | - |
| HSV(B) | 76º | 0.75% | 0.16% | - |
| XYZ | 1.41 | 1.85 | 0.57 | - |
| YUV | 34.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 10 | 0.20 | 0 | 0.75 | 0.84 | 76 | 0.6 | 0.1 |
| Hex | 20 | 28 | A | 14 | 0 | 4B | 54 | 4C | 3C | A |
| Octal | 40 | 50 | 12 | 24 | 0 | 113 | 124 | 114 | 74 | 12 |
| Binary | 100000 | 101000 | 1010 | 10100 | 0 | 1001011 | 1010100 | 1001100 | 111100 | 1010 |
Color Harmonies of #20280A
Complementary color
Monochromatic Colors of #20280A
Black with #20280A
Text Example
Text Example
White with #20280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20280A; }
p { color: rgb(32,40,10); }
H1.HeaderClassName
{
color: #20280A;
}
.AnyTagClassName
{
color: #20280A;
}
</style>
background-color css
<style>
a { background-color: #20280A; }
a { background-color: rgb(32,40,10); }
div.DivClassName
{
background-color: #20280A;
}
.BgClassName
{
background-color: #20280A;
}
</style>
border-color css
<style>
span { border-color: #20280A; }
span { border-color: rgb(32,40,10); }
td.TdClassName
{
border-color: #20280A;
}
.TagClassName
{
border-color: #20280A;
}
</style>