Shades of Rangoon Green #272A1E
Tints of Rangoon Green #272A1E
RGB
CMYK
RGB Variations
Color information
#272A1E (or 0x272A1E) is known color: Rangoon Green. HEX triplet: 27, 2A and 1E. RGB value is (39,42,30). Sum of RGB (Red+Green+Blue) = 39+42+30=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 42 - color contains mainly: green. Hex color #272A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A1E is #D8D5E1. Grayscale: #272727. Windows color (decimal): -14210530 or 1976871. OLE color: 1976871.
HSL color Cylindrical-coordinate representation of color #272A1E: hue angle of 75º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #272A1E is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 42 | 30 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.84 |
| HSL | 75º | 0.17% | 0.14% | - |
| HSV(B) | 75º | 0.29% | 0.16% | - |
| XYZ | 1.9 | 2.18 | 1.55 | - |
| YUV | 39.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 30 | 0.07 | 0 | 0.29 | 0.84 | 75 | 0.17 | 0.14 |
| Hex | 27 | 2A | 1E | 7 | 0 | 1D | 54 | 4B | 11 | E |
| Octal | 47 | 52 | 36 | 7 | 0 | 35 | 124 | 113 | 21 | 16 |
| Binary | 100111 | 101010 | 11110 | 111 | 0 | 11101 | 1010100 | 1001011 | 10001 | 1110 |
Color Harmonies of #272A1E
Complementary color
Monochromatic Colors of #272A1E
Black with #272A1E
Text Example
Text Example
White with #272A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A1E; }
p { color: rgb(39,42,30); }
H1.HeaderClassName
{
color: #272A1E;
}
.AnyTagClassName
{
color: #272A1E;
}
</style>
background-color css
<style>
a { background-color: #272A1E; }
a { background-color: rgb(39,42,30); }
div.DivClassName
{
background-color: #272A1E;
}
.BgClassName
{
background-color: #272A1E;
}
</style>
border-color css
<style>
span { border-color: #272A1E; }
span { border-color: rgb(39,42,30); }
td.TdClassName
{
border-color: #272A1E;
}
.TagClassName
{
border-color: #272A1E;
}
</style>