Shades of Rangoon Green #2B321B
Tints of Rangoon Green #2B321B
RGB
CMYK
RGB Variations
Color information
#2B321B (or 0x2B321B) is known color: Rangoon Green. HEX triplet: 2B, 32 and 1B. RGB value is (43,50,27). Sum of RGB (Red+Green+Blue) = 43+50+27=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #2B321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B321B is #D4CDE4. Grayscale: #2D2D2D. Windows color (decimal): -13946341 or 1782315. OLE color: 1782315.
HSL color Cylindrical-coordinate representation of color #2B321B: hue angle of 78.26º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B321B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 27 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.80 |
| HSL | 78.26º | 0.3% | 0.15% | - |
| HSV(B) | 78.26º | 0.46% | 0.2% | - |
| XYZ | 2.33 | 2.87 | 1.47 | - |
| YUV | 45.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 27 | 0.14 | 0 | 0.46 | 0.80 | 78.26 | 0.3 | 0.15 |
| Hex | 2B | 32 | 1B | E | 0 | 2E | 50 | 4E | 1E | F |
| Octal | 53 | 62 | 33 | 16 | 0 | 56 | 120 | 116 | 36 | 17 |
| Binary | 101011 | 110010 | 11011 | 1110 | 0 | 101110 | 1010000 | 1001110 | 11110 | 1111 |
Color Harmonies of #2B321B
Complementary color
Monochromatic Colors of #2B321B
Black with #2B321B
Text Example
Text Example
White with #2B321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B321B; }
p { color: rgb(43,50,27); }
H1.HeaderClassName
{
color: #2B321B;
}
.AnyTagClassName
{
color: #2B321B;
}
</style>
background-color css
<style>
a { background-color: #2B321B; }
a { background-color: rgb(43,50,27); }
div.DivClassName
{
background-color: #2B321B;
}
.BgClassName
{
background-color: #2B321B;
}
</style>
border-color css
<style>
span { border-color: #2B321B; }
span { border-color: rgb(43,50,27); }
td.TdClassName
{
border-color: #2B321B;
}
.TagClassName
{
border-color: #2B321B;
}
</style>