Shades of Rangoon Green #2B3118
Tints of Rangoon Green #2B3118
RGB
CMYK
RGB Variations
Color information
#2B3118 (or 0x2B3118) is known color: Rangoon Green. HEX triplet: 2B, 31 and 18. RGB value is (43,49,24). Sum of RGB (Red+Green+Blue) = 43+49+24=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3118 is #D4CEE7. Grayscale: #2C2C2C. Windows color (decimal): -13946600 or 1585451. OLE color: 1585451.
HSL color Cylindrical-coordinate representation of color #2B3118: hue angle of 74.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3118 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 24 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.81 |
| HSL | 74.4º | 0.34% | 0.14% | - |
| HSV(B) | 74.4º | 0.51% | 0.19% | - |
| XYZ | 2.26 | 2.78 | 1.28 | - |
| YUV | 44.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 24 | 0.12 | 0 | 0.51 | 0.81 | 74.4 | 0.34 | 0.14 |
| Hex | 2B | 31 | 18 | C | 0 | 33 | 51 | 4A | 22 | E |
| Octal | 53 | 61 | 30 | 14 | 0 | 63 | 121 | 112 | 42 | 16 |
| Binary | 101011 | 110001 | 11000 | 1100 | 0 | 110011 | 1010001 | 1001010 | 100010 | 1110 |
Color Harmonies of #2B3118
Complementary color
Monochromatic Colors of #2B3118
Black with #2B3118
Text Example
Text Example
White with #2B3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3118; }
p { color: rgb(43,49,24); }
H1.HeaderClassName
{
color: #2B3118;
}
.AnyTagClassName
{
color: #2B3118;
}
</style>
background-color css
<style>
a { background-color: #2B3118; }
a { background-color: rgb(43,49,24); }
div.DivClassName
{
background-color: #2B3118;
}
.BgClassName
{
background-color: #2B3118;
}
</style>
border-color css
<style>
span { border-color: #2B3118; }
span { border-color: rgb(43,49,24); }
td.TdClassName
{
border-color: #2B3118;
}
.TagClassName
{
border-color: #2B3118;
}
</style>