Shades of Rangoon Green #2C3418
Tints of Rangoon Green #2C3418
RGB
CMYK
RGB Variations
Color information
#2C3418 (or 0x2C3418) is known color: Rangoon Green. HEX triplet: 2C, 34 and 18. RGB value is (44,52,24). Sum of RGB (Red+Green+Blue) = 44+52+24=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3418 is #D3CBE7. Grayscale: #2E2E2E. Windows color (decimal): -13880296 or 1586220. OLE color: 1586220.
HSL color Cylindrical-coordinate representation of color #2C3418: hue angle of 77.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C3418 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 24 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.80 |
| HSL | 77.14º | 0.37% | 0.15% | - |
| HSV(B) | 77.14º | 0.54% | 0.2% | - |
| XYZ | 2.43 | 3.06 | 1.33 | - |
| YUV | 46.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 24 | 0.15 | 0 | 0.54 | 0.80 | 77.14 | 0.37 | 0.15 |
| Hex | 2C | 34 | 18 | F | 0 | 36 | 50 | 4D | 25 | F |
| Octal | 54 | 64 | 30 | 17 | 0 | 66 | 120 | 115 | 45 | 17 |
| Binary | 101100 | 110100 | 11000 | 1111 | 0 | 110110 | 1010000 | 1001101 | 100101 | 1111 |
Color Harmonies of #2C3418
Complementary color
Monochromatic Colors of #2C3418
Black with #2C3418
Text Example
Text Example
White with #2C3418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3418; }
p { color: rgb(44,52,24); }
H1.HeaderClassName
{
color: #2C3418;
}
.AnyTagClassName
{
color: #2C3418;
}
</style>
background-color css
<style>
a { background-color: #2C3418; }
a { background-color: rgb(44,52,24); }
div.DivClassName
{
background-color: #2C3418;
}
.BgClassName
{
background-color: #2C3418;
}
</style>
border-color css
<style>
span { border-color: #2C3418; }
span { border-color: rgb(44,52,24); }
td.TdClassName
{
border-color: #2C3418;
}
.TagClassName
{
border-color: #2C3418;
}
</style>