Shades of Rangoon Green #2C3024
Tints of Rangoon Green #2C3024
RGB
CMYK
RGB Variations
Color information
#2C3024 (or 0x2C3024) is known color: Rangoon Green. HEX triplet: 2C, 30 and 24. RGB value is (44,48,36). Sum of RGB (Red+Green+Blue) = 44+48+36=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3024 is #D3CFDB. Grayscale: #2D2D2D. Windows color (decimal): -13881308 or 2371628. OLE color: 2371628.
HSL color Cylindrical-coordinate representation of color #2C3024: hue angle of 80º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C3024 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 48 | 36 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.81 |
| HSL | 80º | 0.14% | 0.16% | - |
| HSV(B) | 80º | 0.25% | 0.19% | - |
| XYZ | 2.41 | 2.78 | 2.08 | - |
| YUV | 45.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 36 | 0.08 | 0 | 0.25 | 0.81 | 80 | 0.14 | 0.16 |
| Hex | 2C | 30 | 24 | 8 | 0 | 19 | 51 | 50 | E | 10 |
| Octal | 54 | 60 | 44 | 10 | 0 | 31 | 121 | 120 | 16 | 20 |
| Binary | 101100 | 110000 | 100100 | 1000 | 0 | 11001 | 1010001 | 1010000 | 1110 | 10000 |
Color Harmonies of #2C3024
Complementary color
Monochromatic Colors of #2C3024
Black with #2C3024
Text Example
Text Example
White with #2C3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3024; }
p { color: rgb(44,48,36); }
H1.HeaderClassName
{
color: #2C3024;
}
.AnyTagClassName
{
color: #2C3024;
}
</style>
background-color css
<style>
a { background-color: #2C3024; }
a { background-color: rgb(44,48,36); }
div.DivClassName
{
background-color: #2C3024;
}
.BgClassName
{
background-color: #2C3024;
}
</style>
border-color css
<style>
span { border-color: #2C3024; }
span { border-color: rgb(44,48,36); }
td.TdClassName
{
border-color: #2C3024;
}
.TagClassName
{
border-color: #2C3024;
}
</style>