Shades of Rangoon Green #272A20
Tints of Rangoon Green #272A20
RGB
CMYK
RGB Variations
Color information
#272A20 (or 0x272A20) is known color: Rangoon Green. HEX triplet: 27, 2A and 20. RGB value is (39,42,32). Sum of RGB (Red+Green+Blue) = 39+42+32=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 42 - color contains mainly: green. Hex color #272A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A20 is #D8D5DF. Grayscale: #282828. Windows color (decimal): -14210528 or 2107943. OLE color: 2107943.
HSL color Cylindrical-coordinate representation of color #272A20: hue angle of 78º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #272A20 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 42 | 32 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.84 |
| HSL | 78º | 0.14% | 0.15% | - |
| HSV(B) | 78º | 0.24% | 0.16% | - |
| XYZ | 1.93 | 2.19 | 1.69 | - |
| YUV | 39.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 32 | 0.07 | 0 | 0.24 | 0.84 | 78 | 0.14 | 0.15 |
| Hex | 27 | 2A | 20 | 7 | 0 | 18 | 54 | 4E | E | F |
| Octal | 47 | 52 | 40 | 7 | 0 | 30 | 124 | 116 | 16 | 17 |
| Binary | 100111 | 101010 | 100000 | 111 | 0 | 11000 | 1010100 | 1001110 | 1110 | 1111 |
Color Harmonies of #272A20
Complementary color
Monochromatic Colors of #272A20
Black with #272A20
Text Example
Text Example
White with #272A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A20; }
p { color: rgb(39,42,32); }
H1.HeaderClassName
{
color: #272A20;
}
.AnyTagClassName
{
color: #272A20;
}
</style>
background-color css
<style>
a { background-color: #272A20; }
a { background-color: rgb(39,42,32); }
div.DivClassName
{
background-color: #272A20;
}
.BgClassName
{
background-color: #272A20;
}
</style>
border-color css
<style>
span { border-color: #272A20; }
span { border-color: rgb(39,42,32); }
td.TdClassName
{
border-color: #272A20;
}
.TagClassName
{
border-color: #272A20;
}
</style>