Shades of Rangoon Green #2F3425
Tints of Rangoon Green #2F3425
RGB
CMYK
RGB Variations
Color information
#2F3425 (or 0x2F3425) is known color: Rangoon Green. HEX triplet: 2F, 34 and 25. RGB value is (47,52,37). Sum of RGB (Red+Green+Blue) = 47+52+37=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3425 is #D0CBDA. Grayscale: #303030. Windows color (decimal): -13683675 or 2438191. OLE color: 2438191.
HSL color Cylindrical-coordinate representation of color #2F3425: hue angle of 80º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F3425 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 52 | 37 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.80 |
| HSL | 80º | 0.17% | 0.17% | - |
| HSV(B) | 80º | 0.29% | 0.2% | - |
| XYZ | 2.73 | 3.19 | 2.22 | - |
| YUV | 48.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 37 | 0.10 | 0 | 0.29 | 0.80 | 80 | 0.17 | 0.17 |
| Hex | 2F | 34 | 25 | A | 0 | 1D | 50 | 50 | 11 | 11 |
| Octal | 57 | 64 | 45 | 12 | 0 | 35 | 120 | 120 | 21 | 21 |
| Binary | 101111 | 110100 | 100101 | 1010 | 0 | 11101 | 1010000 | 1010000 | 10001 | 10001 |
Color Harmonies of #2F3425
Complementary color
Monochromatic Colors of #2F3425
Black with #2F3425
Text Example
Text Example
White with #2F3425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3425; }
p { color: rgb(47,52,37); }
H1.HeaderClassName
{
color: #2F3425;
}
.AnyTagClassName
{
color: #2F3425;
}
</style>
background-color css
<style>
a { background-color: #2F3425; }
a { background-color: rgb(47,52,37); }
div.DivClassName
{
background-color: #2F3425;
}
.BgClassName
{
background-color: #2F3425;
}
</style>
border-color css
<style>
span { border-color: #2F3425; }
span { border-color: rgb(47,52,37); }
td.TdClassName
{
border-color: #2F3425;
}
.TagClassName
{
border-color: #2F3425;
}
</style>