Shades of Rangoon Green #272B1F
Tints of Rangoon Green #272B1F
RGB
CMYK
RGB Variations
Color information
#272B1F (or 0x272B1F) is known color: Rangoon Green. HEX triplet: 27, 2B and 1F. RGB value is (39,43,31). Sum of RGB (Red+Green+Blue) = 39+43+31=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 43 - color contains mainly: green. Hex color #272B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B1F is #D8D4E0. Grayscale: #282828. Windows color (decimal): -14210273 or 2042663. OLE color: 2042663.
HSL color Cylindrical-coordinate representation of color #272B1F: hue angle of 80º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #272B1F is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 43 | 31 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.83 |
| HSL | 80º | 0.16% | 0.15% | - |
| HSV(B) | 80º | 0.28% | 0.17% | - |
| XYZ | 1.95 | 2.26 | 1.63 | - |
| YUV | 40.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 31 | 0.09 | 0 | 0.28 | 0.83 | 80 | 0.16 | 0.15 |
| Hex | 27 | 2B | 1F | 9 | 0 | 1C | 53 | 50 | 10 | F |
| Octal | 47 | 53 | 37 | 11 | 0 | 34 | 123 | 120 | 20 | 17 |
| Binary | 100111 | 101011 | 11111 | 1001 | 0 | 11100 | 1010011 | 1010000 | 10000 | 1111 |
Color Harmonies of #272B1F
Complementary color
Monochromatic Colors of #272B1F
Black with #272B1F
Text Example
Text Example
White with #272B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B1F; }
p { color: rgb(39,43,31); }
H1.HeaderClassName
{
color: #272B1F;
}
.AnyTagClassName
{
color: #272B1F;
}
</style>
background-color css
<style>
a { background-color: #272B1F; }
a { background-color: rgb(39,43,31); }
div.DivClassName
{
background-color: #272B1F;
}
.BgClassName
{
background-color: #272B1F;
}
</style>
border-color css
<style>
span { border-color: #272B1F; }
span { border-color: rgb(39,43,31); }
td.TdClassName
{
border-color: #272B1F;
}
.TagClassName
{
border-color: #272B1F;
}
</style>