Shades of Rangoon Green #2B311E
Tints of Rangoon Green #2B311E
RGB
CMYK
RGB Variations
Color information
#2B311E (or 0x2B311E) is known color: Rangoon Green. HEX triplet: 2B, 31 and 1E. RGB value is (43,49,30). Sum of RGB (Red+Green+Blue) = 43+49+30=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #2B311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B311E is #D4CEE1. Grayscale: #2D2D2D. Windows color (decimal): -13946594 or 1978667. OLE color: 1978667.
HSL color Cylindrical-coordinate representation of color #2B311E: hue angle of 78.95º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B311E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 30 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.81 |
| HSL | 78.95º | 0.24% | 0.15% | - |
| HSV(B) | 78.95º | 0.39% | 0.19% | - |
| XYZ | 2.33 | 2.8 | 1.65 | - |
| YUV | 45.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 30 | 0.12 | 0 | 0.39 | 0.81 | 78.95 | 0.24 | 0.15 |
| Hex | 2B | 31 | 1E | C | 0 | 27 | 51 | 4F | 18 | F |
| Octal | 53 | 61 | 36 | 14 | 0 | 47 | 121 | 117 | 30 | 17 |
| Binary | 101011 | 110001 | 11110 | 1100 | 0 | 100111 | 1010001 | 1001111 | 11000 | 1111 |
Color Harmonies of #2B311E
Complementary color
Monochromatic Colors of #2B311E
Black with #2B311E
Text Example
Text Example
White with #2B311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B311E; }
p { color: rgb(43,49,30); }
H1.HeaderClassName
{
color: #2B311E;
}
.AnyTagClassName
{
color: #2B311E;
}
</style>
background-color css
<style>
a { background-color: #2B311E; }
a { background-color: rgb(43,49,30); }
div.DivClassName
{
background-color: #2B311E;
}
.BgClassName
{
background-color: #2B311E;
}
</style>
border-color css
<style>
span { border-color: #2B311E; }
span { border-color: rgb(43,49,30); }
td.TdClassName
{
border-color: #2B311E;
}
.TagClassName
{
border-color: #2B311E;
}
</style>