Shades of Rangoon Green #2A2E1F
Tints of Rangoon Green #2A2E1F
RGB
CMYK
RGB Variations
Color information
#2A2E1F (or 0x2A2E1F) is known color: Rangoon Green. HEX triplet: 2A, 2E and 1F. RGB value is (42,46,31). Sum of RGB (Red+Green+Blue) = 42+46+31=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2E1F is #D5D1E0. Grayscale: #2B2B2B. Windows color (decimal): -14012897 or 2043434. OLE color: 2043434.
HSL color Cylindrical-coordinate representation of color #2A2E1F: hue angle of 76º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2A2E1F is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 46 | 31 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.82 |
| HSL | 76º | 0.19% | 0.15% | - |
| HSV(B) | 76º | 0.33% | 0.18% | - |
| XYZ | 2.18 | 2.55 | 1.67 | - |
| YUV | 43.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 31 | 0.09 | 0 | 0.33 | 0.82 | 76 | 0.19 | 0.15 |
| Hex | 2A | 2E | 1F | 9 | 0 | 21 | 52 | 4C | 13 | F |
| Octal | 52 | 56 | 37 | 11 | 0 | 41 | 122 | 114 | 23 | 17 |
| Binary | 101010 | 101110 | 11111 | 1001 | 0 | 100001 | 1010010 | 1001100 | 10011 | 1111 |
Color Harmonies of #2A2E1F
Complementary color
Monochromatic Colors of #2A2E1F
Black with #2A2E1F
Text Example
Text Example
White with #2A2E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E1F; }
p { color: rgb(42,46,31); }
H1.HeaderClassName
{
color: #2A2E1F;
}
.AnyTagClassName
{
color: #2A2E1F;
}
</style>
background-color css
<style>
a { background-color: #2A2E1F; }
a { background-color: rgb(42,46,31); }
div.DivClassName
{
background-color: #2A2E1F;
}
.BgClassName
{
background-color: #2A2E1F;
}
</style>
border-color css
<style>
span { border-color: #2A2E1F; }
span { border-color: rgb(42,46,31); }
td.TdClassName
{
border-color: #2A2E1F;
}
.TagClassName
{
border-color: #2A2E1F;
}
</style>