Shades of Rangoon Green #293214
Tints of Rangoon Green #293214
RGB
CMYK
RGB Variations
Color information
#293214 (or 0x293214) is known color: Rangoon Green. HEX triplet: 29, 32 and 14. RGB value is (41,50,20). Sum of RGB (Red+Green+Blue) = 41+50+20=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #293214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293214 is #D6CDEB. Grayscale: #2C2C2C. Windows color (decimal): -14077420 or 1323561. OLE color: 1323561.
HSL color Cylindrical-coordinate representation of color #293214: hue angle of 78º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #293214 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 50 | 20 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.80 |
| HSL | 78º | 0.43% | 0.14% | - |
| HSV(B) | 78º | 0.6% | 0.2% | - |
| XYZ | 2.18 | 2.8 | 1.09 | - |
| YUV | 43.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 20 | 0.18 | 0 | 0.60 | 0.80 | 78 | 0.43 | 0.14 |
| Hex | 29 | 32 | 14 | 12 | 0 | 3C | 50 | 4E | 2B | E |
| Octal | 51 | 62 | 24 | 22 | 0 | 74 | 120 | 116 | 53 | 16 |
| Binary | 101001 | 110010 | 10100 | 10010 | 0 | 111100 | 1010000 | 1001110 | 101011 | 1110 |
Color Harmonies of #293214
Complementary color
Monochromatic Colors of #293214
Black with #293214
Text Example
Text Example
White with #293214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293214; }
p { color: rgb(41,50,20); }
H1.HeaderClassName
{
color: #293214;
}
.AnyTagClassName
{
color: #293214;
}
</style>
background-color css
<style>
a { background-color: #293214; }
a { background-color: rgb(41,50,20); }
div.DivClassName
{
background-color: #293214;
}
.BgClassName
{
background-color: #293214;
}
</style>
border-color css
<style>
span { border-color: #293214; }
span { border-color: rgb(41,50,20); }
td.TdClassName
{
border-color: #293214;
}
.TagClassName
{
border-color: #293214;
}
</style>