Shades of Rangoon Green #272A21
Tints of Rangoon Green #272A21
RGB
CMYK
RGB Variations
Color information
#272A21 (or 0x272A21) is known color: Rangoon Green. HEX triplet: 27, 2A and 21. RGB value is (39,42,33). Sum of RGB (Red+Green+Blue) = 39+42+33=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 42 - color contains mainly: green. Hex color #272A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A21 is #D8D5DE. Grayscale: #282828. Windows color (decimal): -14210527 or 2173479. OLE color: 2173479.
HSL color Cylindrical-coordinate representation of color #272A21: hue angle of 80º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #272A21 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 42 | 33 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.84 |
| HSL | 80º | 0.12% | 0.15% | - |
| HSV(B) | 80º | 0.21% | 0.16% | - |
| XYZ | 1.94 | 2.2 | 1.76 | - |
| YUV | 40.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 33 | 0.07 | 0 | 0.21 | 0.84 | 80 | 0.12 | 0.15 |
| Hex | 27 | 2A | 21 | 7 | 0 | 15 | 54 | 50 | C | F |
| Octal | 47 | 52 | 41 | 7 | 0 | 25 | 124 | 120 | 14 | 17 |
| Binary | 100111 | 101010 | 100001 | 111 | 0 | 10101 | 1010100 | 1010000 | 1100 | 1111 |
Color Harmonies of #272A21
Complementary color
Monochromatic Colors of #272A21
Black with #272A21
Text Example
Text Example
White with #272A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A21; }
p { color: rgb(39,42,33); }
H1.HeaderClassName
{
color: #272A21;
}
.AnyTagClassName
{
color: #272A21;
}
</style>
background-color css
<style>
a { background-color: #272A21; }
a { background-color: rgb(39,42,33); }
div.DivClassName
{
background-color: #272A21;
}
.BgClassName
{
background-color: #272A21;
}
</style>
border-color css
<style>
span { border-color: #272A21; }
span { border-color: rgb(39,42,33); }
td.TdClassName
{
border-color: #272A21;
}
.TagClassName
{
border-color: #272A21;
}
</style>