Shades of Rangoon Green #2A2E21
Tints of Rangoon Green #2A2E21
RGB
CMYK
RGB Variations
Color information
#2A2E21 (or 0x2A2E21) is known color: Rangoon Green. HEX triplet: 2A, 2E and 21. RGB value is (42,46,33). Sum of RGB (Red+Green+Blue) = 42+46+33=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2E21 is #D5D1DE. Grayscale: #2B2B2B. Windows color (decimal): -14012895 or 2174506. OLE color: 2174506.
HSL color Cylindrical-coordinate representation of color #2A2E21: hue angle of 78.46º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A2E21 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 46 | 33 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.82 |
| HSL | 78.46º | 0.16% | 0.15% | - |
| HSV(B) | 78.46º | 0.28% | 0.18% | - |
| XYZ | 2.21 | 2.56 | 1.82 | - |
| YUV | 43.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 33 | 0.09 | 0 | 0.28 | 0.82 | 78.46 | 0.16 | 0.15 |
| Hex | 2A | 2E | 21 | 9 | 0 | 1C | 52 | 4E | 10 | F |
| Octal | 52 | 56 | 41 | 11 | 0 | 34 | 122 | 116 | 20 | 17 |
| Binary | 101010 | 101110 | 100001 | 1001 | 0 | 11100 | 1010010 | 1001110 | 10000 | 1111 |
Color Harmonies of #2A2E21
Complementary color
Monochromatic Colors of #2A2E21
Black with #2A2E21
Text Example
Text Example
White with #2A2E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E21; }
p { color: rgb(42,46,33); }
H1.HeaderClassName
{
color: #2A2E21;
}
.AnyTagClassName
{
color: #2A2E21;
}
</style>
background-color css
<style>
a { background-color: #2A2E21; }
a { background-color: rgb(42,46,33); }
div.DivClassName
{
background-color: #2A2E21;
}
.BgClassName
{
background-color: #2A2E21;
}
</style>
border-color css
<style>
span { border-color: #2A2E21; }
span { border-color: rgb(42,46,33); }
td.TdClassName
{
border-color: #2A2E21;
}
.TagClassName
{
border-color: #2A2E21;
}
</style>