Shades of Rangoon Green #2B311D
Tints of Rangoon Green #2B311D
RGB
CMYK
RGB Variations
Color information
#2B311D (or 0x2B311D) is known color: Rangoon Green. HEX triplet: 2B, 31 and 1D. RGB value is (43,49,29). Sum of RGB (Red+Green+Blue) = 43+49+29=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #2B311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B311D is #D4CEE2. Grayscale: #2D2D2D. Windows color (decimal): -13946595 or 1913131. OLE color: 1913131.
HSL color Cylindrical-coordinate representation of color #2B311D: hue angle of 78º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B311D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 29 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.81 |
| HSL | 78º | 0.26% | 0.15% | - |
| HSV(B) | 78º | 0.41% | 0.19% | - |
| XYZ | 2.32 | 2.8 | 1.58 | - |
| YUV | 44.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 29 | 0.12 | 0 | 0.41 | 0.81 | 78 | 0.26 | 0.15 |
| Hex | 2B | 31 | 1D | C | 0 | 29 | 51 | 4E | 1A | F |
| Octal | 53 | 61 | 35 | 14 | 0 | 51 | 121 | 116 | 32 | 17 |
| Binary | 101011 | 110001 | 11101 | 1100 | 0 | 101001 | 1010001 | 1001110 | 11010 | 1111 |
Color Harmonies of #2B311D
Complementary color
Monochromatic Colors of #2B311D
Black with #2B311D
Text Example
Text Example
White with #2B311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B311D; }
p { color: rgb(43,49,29); }
H1.HeaderClassName
{
color: #2B311D;
}
.AnyTagClassName
{
color: #2B311D;
}
</style>
background-color css
<style>
a { background-color: #2B311D; }
a { background-color: rgb(43,49,29); }
div.DivClassName
{
background-color: #2B311D;
}
.BgClassName
{
background-color: #2B311D;
}
</style>
border-color css
<style>
span { border-color: #2B311D; }
span { border-color: rgb(43,49,29); }
td.TdClassName
{
border-color: #2B311D;
}
.TagClassName
{
border-color: #2B311D;
}
</style>