Shades of Rangoon Green #2F3720
Tints of Rangoon Green #2F3720
RGB
CMYK
RGB Variations
Color information
#2F3720 (or 0x2F3720) is known color: Rangoon Green. HEX triplet: 2F, 37 and 20. RGB value is (47,55,32). Sum of RGB (Red+Green+Blue) = 47+55+32=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3720 is #D0C8DF. Grayscale: #323232. Windows color (decimal): -13682912 or 2111279. OLE color: 2111279.
HSL color Cylindrical-coordinate representation of color #2F3720: hue angle of 80.87º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F3720 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 32 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.78 |
| HSL | 80.87º | 0.26% | 0.17% | - |
| HSV(B) | 80.87º | 0.42% | 0.22% | - |
| XYZ | 2.8 | 3.44 | 1.88 | - |
| YUV | 49.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 32 | 0.15 | 0 | 0.42 | 0.78 | 80.87 | 0.26 | 0.17 |
| Hex | 2F | 37 | 20 | F | 0 | 2A | 4E | 51 | 1A | 11 |
| Octal | 57 | 67 | 40 | 17 | 0 | 52 | 116 | 121 | 32 | 21 |
| Binary | 101111 | 110111 | 100000 | 1111 | 0 | 101010 | 1001110 | 1010001 | 11010 | 10001 |
Color Harmonies of #2F3720
Complementary color
Monochromatic Colors of #2F3720
Black with #2F3720
Text Example
Text Example
White with #2F3720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3720; }
p { color: rgb(47,55,32); }
H1.HeaderClassName
{
color: #2F3720;
}
.AnyTagClassName
{
color: #2F3720;
}
</style>
background-color css
<style>
a { background-color: #2F3720; }
a { background-color: rgb(47,55,32); }
div.DivClassName
{
background-color: #2F3720;
}
.BgClassName
{
background-color: #2F3720;
}
</style>
border-color css
<style>
span { border-color: #2F3720; }
span { border-color: rgb(47,55,32); }
td.TdClassName
{
border-color: #2F3720;
}
.TagClassName
{
border-color: #2F3720;
}
</style>