Shades of Rangoon Green #272A1F
Tints of Rangoon Green #272A1F
RGB
CMYK
RGB Variations
Color information
#272A1F (or 0x272A1F) is known color: Rangoon Green. HEX triplet: 27, 2A and 1F. RGB value is (39,42,31). Sum of RGB (Red+Green+Blue) = 39+42+31=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 42 - color contains mainly: green. Hex color #272A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A1F is #D8D5E0. Grayscale: #272727. Windows color (decimal): -14210529 or 2042407. OLE color: 2042407.
HSL color Cylindrical-coordinate representation of color #272A1F: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #272A1F is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 42 | 31 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.84 |
| HSL | 76.36º | 0.15% | 0.14% | - |
| HSV(B) | 76.36º | 0.26% | 0.16% | - |
| XYZ | 1.91 | 2.19 | 1.62 | - |
| YUV | 39.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 31 | 0.07 | 0 | 0.26 | 0.84 | 76.36 | 0.15 | 0.14 |
| Hex | 27 | 2A | 1F | 7 | 0 | 1A | 54 | 4C | F | E |
| Octal | 47 | 52 | 37 | 7 | 0 | 32 | 124 | 114 | 17 | 16 |
| Binary | 100111 | 101010 | 11111 | 111 | 0 | 11010 | 1010100 | 1001100 | 1111 | 1110 |
Color Harmonies of #272A1F
Complementary color
Monochromatic Colors of #272A1F
Black with #272A1F
Text Example
Text Example
White with #272A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A1F; }
p { color: rgb(39,42,31); }
H1.HeaderClassName
{
color: #272A1F;
}
.AnyTagClassName
{
color: #272A1F;
}
</style>
background-color css
<style>
a { background-color: #272A1F; }
a { background-color: rgb(39,42,31); }
div.DivClassName
{
background-color: #272A1F;
}
.BgClassName
{
background-color: #272A1F;
}
</style>
border-color css
<style>
span { border-color: #272A1F; }
span { border-color: rgb(39,42,31); }
td.TdClassName
{
border-color: #272A1F;
}
.TagClassName
{
border-color: #272A1F;
}
</style>