Shades of Rangoon Green #20270A
Tints of Rangoon Green #20270A
RGB
CMYK
RGB Variations
Color information
#20270A (or 0x20270A) is known color: Rangoon Green. HEX triplet: 20, 27 and 0A. RGB value is (32,39,10). Sum of RGB (Red+Green+Blue) = 32+39+10=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #20270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20270A is #DFD8F5. Grayscale: #212121. Windows color (decimal): -14670070 or 665376. OLE color: 665376.
HSL color Cylindrical-coordinate representation of color #20270A: hue angle of 74.48º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20270A is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 39 | 10 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.85 |
| HSL | 74.48º | 0.59% | 0.1% | - |
| HSV(B) | 74.48º | 0.74% | 0.15% | - |
| XYZ | 1.38 | 1.78 | 0.56 | - |
| YUV | 33.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 10 | 0.18 | 0 | 0.74 | 0.85 | 74.48 | 0.59 | 0.1 |
| Hex | 20 | 27 | A | 12 | 0 | 4A | 55 | 4A | 3B | A |
| Octal | 40 | 47 | 12 | 22 | 0 | 112 | 125 | 112 | 73 | 12 |
| Binary | 100000 | 100111 | 1010 | 10010 | 0 | 1001010 | 1010101 | 1001010 | 111011 | 1010 |
Color Harmonies of #20270A
Complementary color
Monochromatic Colors of #20270A
Black with #20270A
Text Example
Text Example
White with #20270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20270A; }
p { color: rgb(32,39,10); }
H1.HeaderClassName
{
color: #20270A;
}
.AnyTagClassName
{
color: #20270A;
}
</style>
background-color css
<style>
a { background-color: #20270A; }
a { background-color: rgb(32,39,10); }
div.DivClassName
{
background-color: #20270A;
}
.BgClassName
{
background-color: #20270A;
}
</style>
border-color css
<style>
span { border-color: #20270A; }
span { border-color: rgb(32,39,10); }
td.TdClassName
{
border-color: #20270A;
}
.TagClassName
{
border-color: #20270A;
}
</style>