Shades of Rangoon Green #2B321C
Tints of Rangoon Green #2B321C
RGB
CMYK
RGB Variations
Color information
#2B321C (or 0x2B321C) is known color: Rangoon Green. HEX triplet: 2B, 32 and 1C. RGB value is (43,50,28). Sum of RGB (Red+Green+Blue) = 43+50+28=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #2B321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B321C is #D4CDE3. Grayscale: #2D2D2D. Windows color (decimal): -13946340 or 1847851. OLE color: 1847851.
HSL color Cylindrical-coordinate representation of color #2B321C: hue angle of 79.09º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B321C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 28 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.80 |
| HSL | 79.09º | 0.28% | 0.15% | - |
| HSV(B) | 79.09º | 0.44% | 0.2% | - |
| XYZ | 2.35 | 2.88 | 1.53 | - |
| YUV | 45.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 28 | 0.14 | 0 | 0.44 | 0.80 | 79.09 | 0.28 | 0.15 |
| Hex | 2B | 32 | 1C | E | 0 | 2C | 50 | 4F | 1C | F |
| Octal | 53 | 62 | 34 | 16 | 0 | 54 | 120 | 117 | 34 | 17 |
| Binary | 101011 | 110010 | 11100 | 1110 | 0 | 101100 | 1010000 | 1001111 | 11100 | 1111 |
Color Harmonies of #2B321C
Complementary color
Monochromatic Colors of #2B321C
Black with #2B321C
Text Example
Text Example
White with #2B321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B321C; }
p { color: rgb(43,50,28); }
H1.HeaderClassName
{
color: #2B321C;
}
.AnyTagClassName
{
color: #2B321C;
}
</style>
background-color css
<style>
a { background-color: #2B321C; }
a { background-color: rgb(43,50,28); }
div.DivClassName
{
background-color: #2B321C;
}
.BgClassName
{
background-color: #2B321C;
}
</style>
border-color css
<style>
span { border-color: #2B321C; }
span { border-color: rgb(43,50,28); }
td.TdClassName
{
border-color: #2B321C;
}
.TagClassName
{
border-color: #2B321C;
}
</style>