Shades of Rangoon Green #2A321A
Tints of Rangoon Green #2A321A
RGB
CMYK
RGB Variations
Color information
#2A321A (or 0x2A321A) is known color: Rangoon Green. HEX triplet: 2A, 32 and 1A. RGB value is (42,50,26). Sum of RGB (Red+Green+Blue) = 42+50+26=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #2A321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A321A is #D5CDE5. Grayscale: #2C2C2C. Windows color (decimal): -14011878 or 1716778. OLE color: 1716778.
HSL color Cylindrical-coordinate representation of color #2A321A: hue angle of 80º 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 #2A321A is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 50 | 26 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.80 |
| HSL | 80º | 0.32% | 0.15% | - |
| HSV(B) | 80º | 0.48% | 0.2% | - |
| XYZ | 2.28 | 2.85 | 1.41 | - |
| YUV | 44.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 26 | 0.16 | 0 | 0.48 | 0.80 | 80 | 0.32 | 0.15 |
| Hex | 2A | 32 | 1A | 10 | 0 | 30 | 50 | 50 | 20 | F |
| Octal | 52 | 62 | 32 | 20 | 0 | 60 | 120 | 120 | 40 | 17 |
| Binary | 101010 | 110010 | 11010 | 10000 | 0 | 110000 | 1010000 | 1010000 | 100000 | 1111 |
Color Harmonies of #2A321A
Complementary color
Monochromatic Colors of #2A321A
Black with #2A321A
Text Example
Text Example
White with #2A321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A321A; }
p { color: rgb(42,50,26); }
H1.HeaderClassName
{
color: #2A321A;
}
.AnyTagClassName
{
color: #2A321A;
}
</style>
background-color css
<style>
a { background-color: #2A321A; }
a { background-color: rgb(42,50,26); }
div.DivClassName
{
background-color: #2A321A;
}
.BgClassName
{
background-color: #2A321A;
}
</style>
border-color css
<style>
span { border-color: #2A321A; }
span { border-color: rgb(42,50,26); }
td.TdClassName
{
border-color: #2A321A;
}
.TagClassName
{
border-color: #2A321A;
}
</style>