Shades of Rangoon Green #2C311F
Tints of Rangoon Green #2C311F
RGB
CMYK
RGB Variations
Color information
#2C311F (or 0x2C311F) is known color: Rangoon Green. HEX triplet: 2C, 31 and 1F. RGB value is (44,49,31). Sum of RGB (Red+Green+Blue) = 44+49+31=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #2C311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C311F is #D3CEE0. Grayscale: #2D2D2D. Windows color (decimal): -13881057 or 2044204. OLE color: 2044204.
HSL color Cylindrical-coordinate representation of color #2C311F: hue angle of 76.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C311F is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 49 | 31 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.81 |
| HSL | 76.67º | 0.23% | 0.16% | - |
| HSV(B) | 76.67º | 0.37% | 0.19% | - |
| XYZ | 2.38 | 2.83 | 1.72 | - |
| YUV | 45.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 31 | 0.10 | 0 | 0.37 | 0.81 | 76.67 | 0.23 | 0.16 |
| Hex | 2C | 31 | 1F | A | 0 | 25 | 51 | 4D | 16 | 10 |
| Octal | 54 | 61 | 37 | 12 | 0 | 45 | 121 | 115 | 26 | 20 |
| Binary | 101100 | 110001 | 11111 | 1010 | 0 | 100101 | 1010001 | 1001101 | 10110 | 10000 |
Color Harmonies of #2C311F
Complementary color
Monochromatic Colors of #2C311F
Black with #2C311F
Text Example
Text Example
White with #2C311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C311F; }
p { color: rgb(44,49,31); }
H1.HeaderClassName
{
color: #2C311F;
}
.AnyTagClassName
{
color: #2C311F;
}
</style>
background-color css
<style>
a { background-color: #2C311F; }
a { background-color: rgb(44,49,31); }
div.DivClassName
{
background-color: #2C311F;
}
.BgClassName
{
background-color: #2C311F;
}
</style>
border-color css
<style>
span { border-color: #2C311F; }
span { border-color: rgb(44,49,31); }
td.TdClassName
{
border-color: #2C311F;
}
.TagClassName
{
border-color: #2C311F;
}
</style>