Shades of Rangoon Green #2A3119
Tints of Rangoon Green #2A3119
RGB
CMYK
RGB Variations
Color information
#2A3119 (or 0x2A3119) is known color: Rangoon Green. HEX triplet: 2A, 31 and 19. RGB value is (42,49,25). Sum of RGB (Red+Green+Blue) = 42+49+25=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3119 is #D5CEE6. Grayscale: #2C2C2C. Windows color (decimal): -14012135 or 1650986. OLE color: 1650986.
HSL color Cylindrical-coordinate representation of color #2A3119: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A3119 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 25 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.81 |
| HSL | 77.5º | 0.32% | 0.15% | - |
| HSV(B) | 77.5º | 0.49% | 0.19% | - |
| XYZ | 2.23 | 2.76 | 1.33 | - |
| YUV | 44.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 25 | 0.14 | 0 | 0.49 | 0.81 | 77.5 | 0.32 | 0.15 |
| Hex | 2A | 31 | 19 | E | 0 | 31 | 51 | 4E | 20 | F |
| Octal | 52 | 61 | 31 | 16 | 0 | 61 | 121 | 116 | 40 | 17 |
| Binary | 101010 | 110001 | 11001 | 1110 | 0 | 110001 | 1010001 | 1001110 | 100000 | 1111 |
Color Harmonies of #2A3119
Complementary color
Monochromatic Colors of #2A3119
Black with #2A3119
Text Example
Text Example
White with #2A3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3119; }
p { color: rgb(42,49,25); }
H1.HeaderClassName
{
color: #2A3119;
}
.AnyTagClassName
{
color: #2A3119;
}
</style>
background-color css
<style>
a { background-color: #2A3119; }
a { background-color: rgb(42,49,25); }
div.DivClassName
{
background-color: #2A3119;
}
.BgClassName
{
background-color: #2A3119;
}
</style>
border-color css
<style>
span { border-color: #2A3119; }
span { border-color: rgb(42,49,25); }
td.TdClassName
{
border-color: #2A3119;
}
.TagClassName
{
border-color: #2A3119;
}
</style>