Shades of Rangoon Green #2B301A
Tints of Rangoon Green #2B301A
RGB
CMYK
RGB Variations
Color information
#2B301A (or 0x2B301A) is known color: Rangoon Green. HEX triplet: 2B, 30 and 1A. RGB value is (43,48,26). Sum of RGB (Red+Green+Blue) = 43+48+26=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #2B301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B301A is #D4CFE5. Grayscale: #2C2C2C. Windows color (decimal): -13946854 or 1716267. OLE color: 1716267.
HSL color Cylindrical-coordinate representation of color #2B301A: hue angle of 73.64º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B301A is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 48 | 26 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.81 |
| HSL | 73.64º | 0.3% | 0.15% | - |
| HSV(B) | 73.64º | 0.46% | 0.19% | - |
| XYZ | 2.24 | 2.7 | 1.38 | - |
| YUV | 44 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 26 | 0.10 | 0 | 0.46 | 0.81 | 73.64 | 0.3 | 0.15 |
| Hex | 2B | 30 | 1A | A | 0 | 2E | 51 | 4A | 1E | F |
| Octal | 53 | 60 | 32 | 12 | 0 | 56 | 121 | 112 | 36 | 17 |
| Binary | 101011 | 110000 | 11010 | 1010 | 0 | 101110 | 1010001 | 1001010 | 11110 | 1111 |
Color Harmonies of #2B301A
Complementary color
Monochromatic Colors of #2B301A
Black with #2B301A
Text Example
Text Example
White with #2B301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B301A; }
p { color: rgb(43,48,26); }
H1.HeaderClassName
{
color: #2B301A;
}
.AnyTagClassName
{
color: #2B301A;
}
</style>
background-color css
<style>
a { background-color: #2B301A; }
a { background-color: rgb(43,48,26); }
div.DivClassName
{
background-color: #2B301A;
}
.BgClassName
{
background-color: #2B301A;
}
</style>
border-color css
<style>
span { border-color: #2B301A; }
span { border-color: rgb(43,48,26); }
td.TdClassName
{
border-color: #2B301A;
}
.TagClassName
{
border-color: #2B301A;
}
</style>