Shades of Rangoon Green #2B321D
Tints of Rangoon Green #2B321D
RGB
CMYK
RGB Variations
Color information
#2B321D (or 0x2B321D) is known color: Rangoon Green. HEX triplet: 2B, 32 and 1D. RGB value is (43,50,29). Sum of RGB (Red+Green+Blue) = 43+50+29=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #2B321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B321D is #D4CDE2. Grayscale: #2D2D2D. Windows color (decimal): -13946339 or 1913387. OLE color: 1913387.
HSL color Cylindrical-coordinate representation of color #2B321D: hue angle of 80º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B321D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 29 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.80 |
| HSL | 80º | 0.27% | 0.15% | - |
| HSV(B) | 80º | 0.42% | 0.2% | - |
| XYZ | 2.36 | 2.88 | 1.59 | - |
| YUV | 45.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 29 | 0.14 | 0 | 0.42 | 0.80 | 80 | 0.27 | 0.15 |
| Hex | 2B | 32 | 1D | E | 0 | 2A | 50 | 50 | 1B | F |
| Octal | 53 | 62 | 35 | 16 | 0 | 52 | 120 | 120 | 33 | 17 |
| Binary | 101011 | 110010 | 11101 | 1110 | 0 | 101010 | 1010000 | 1010000 | 11011 | 1111 |
Color Harmonies of #2B321D
Complementary color
Monochromatic Colors of #2B321D
Black with #2B321D
Text Example
Text Example
White with #2B321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B321D; }
p { color: rgb(43,50,29); }
H1.HeaderClassName
{
color: #2B321D;
}
.AnyTagClassName
{
color: #2B321D;
}
</style>
background-color css
<style>
a { background-color: #2B321D; }
a { background-color: rgb(43,50,29); }
div.DivClassName
{
background-color: #2B321D;
}
.BgClassName
{
background-color: #2B321D;
}
</style>
border-color css
<style>
span { border-color: #2B321D; }
span { border-color: rgb(43,50,29); }
td.TdClassName
{
border-color: #2B321D;
}
.TagClassName
{
border-color: #2B321D;
}
</style>