Shades of Rangoon Green #2B321A
Tints of Rangoon Green #2B321A
RGB
CMYK
RGB Variations
Color information
#2B321A (or 0x2B321A) is known color: Rangoon Green. HEX triplet: 2B, 32 and 1A. RGB value is (43,50,26). Sum of RGB (Red+Green+Blue) = 43+50+26=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #2B321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B321A is #D4CDE5. Grayscale: #2D2D2D. Windows color (decimal): -13946342 or 1716779. OLE color: 1716779.
HSL color Cylindrical-coordinate representation of color #2B321A: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B321A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 50 | 26 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.80 |
| HSL | 77.5º | 0.32% | 0.15% | - |
| HSV(B) | 77.5º | 0.48% | 0.2% | - |
| XYZ | 2.32 | 2.87 | 1.41 | - |
| YUV | 45.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 26 | 0.14 | 0 | 0.48 | 0.80 | 77.5 | 0.32 | 0.15 |
| Hex | 2B | 32 | 1A | E | 0 | 30 | 50 | 4E | 20 | F |
| Octal | 53 | 62 | 32 | 16 | 0 | 60 | 120 | 116 | 40 | 17 |
| Binary | 101011 | 110010 | 11010 | 1110 | 0 | 110000 | 1010000 | 1001110 | 100000 | 1111 |
Color Harmonies of #2B321A
Complementary color
Monochromatic Colors of #2B321A
Black with #2B321A
Text Example
Text Example
White with #2B321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B321A; }
p { color: rgb(43,50,26); }
H1.HeaderClassName
{
color: #2B321A;
}
.AnyTagClassName
{
color: #2B321A;
}
</style>
background-color css
<style>
a { background-color: #2B321A; }
a { background-color: rgb(43,50,26); }
div.DivClassName
{
background-color: #2B321A;
}
.BgClassName
{
background-color: #2B321A;
}
</style>
border-color css
<style>
span { border-color: #2B321A; }
span { border-color: rgb(43,50,26); }
td.TdClassName
{
border-color: #2B321A;
}
.TagClassName
{
border-color: #2B321A;
}
</style>