Shades of Rangoon Green #2A3117
Tints of Rangoon Green #2A3117
RGB
CMYK
RGB Variations
Color information
#2A3117 (or 0x2A3117) is known color: Rangoon Green. HEX triplet: 2A, 31 and 17. RGB value is (42,49,23). Sum of RGB (Red+Green+Blue) = 42+49+23=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3117 is #D5CEE8. Grayscale: #2C2C2C. Windows color (decimal): -14012137 or 1519914. OLE color: 1519914.
HSL color Cylindrical-coordinate representation of color #2A3117: hue angle of 76.15º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A3117 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 23 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.81 |
| HSL | 76.15º | 0.36% | 0.14% | - |
| HSV(B) | 76.15º | 0.53% | 0.19% | - |
| XYZ | 2.21 | 2.75 | 1.23 | - |
| YUV | 43.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 23 | 0.14 | 0 | 0.53 | 0.81 | 76.15 | 0.36 | 0.14 |
| Hex | 2A | 31 | 17 | E | 0 | 35 | 51 | 4C | 24 | E |
| Octal | 52 | 61 | 27 | 16 | 0 | 65 | 121 | 114 | 44 | 16 |
| Binary | 101010 | 110001 | 10111 | 1110 | 0 | 110101 | 1010001 | 1001100 | 100100 | 1110 |
Color Harmonies of #2A3117
Complementary color
Monochromatic Colors of #2A3117
Black with #2A3117
Text Example
Text Example
White with #2A3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3117; }
p { color: rgb(42,49,23); }
H1.HeaderClassName
{
color: #2A3117;
}
.AnyTagClassName
{
color: #2A3117;
}
</style>
background-color css
<style>
a { background-color: #2A3117; }
a { background-color: rgb(42,49,23); }
div.DivClassName
{
background-color: #2A3117;
}
.BgClassName
{
background-color: #2A3117;
}
</style>
border-color css
<style>
span { border-color: #2A3117; }
span { border-color: rgb(42,49,23); }
td.TdClassName
{
border-color: #2A3117;
}
.TagClassName
{
border-color: #2A3117;
}
</style>