Shades of Rangoon Green #2C3419
Tints of Rangoon Green #2C3419
RGB
CMYK
RGB Variations
Color information
#2C3419 (or 0x2C3419) is known color: Rangoon Green. HEX triplet: 2C, 34 and 19. RGB value is (44,52,25). Sum of RGB (Red+Green+Blue) = 44+52+25=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3419 is #D3CBE6. Grayscale: #2E2E2E. Windows color (decimal): -13880295 or 1651756. OLE color: 1651756.
HSL color Cylindrical-coordinate representation of color #2C3419: hue angle of 77.78º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C3419 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 25 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.80 |
| HSL | 77.78º | 0.35% | 0.15% | - |
| HSV(B) | 77.78º | 0.52% | 0.2% | - |
| XYZ | 2.44 | 3.06 | 1.38 | - |
| YUV | 46.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 25 | 0.15 | 0 | 0.52 | 0.80 | 77.78 | 0.35 | 0.15 |
| Hex | 2C | 34 | 19 | F | 0 | 34 | 50 | 4E | 23 | F |
| Octal | 54 | 64 | 31 | 17 | 0 | 64 | 120 | 116 | 43 | 17 |
| Binary | 101100 | 110100 | 11001 | 1111 | 0 | 110100 | 1010000 | 1001110 | 100011 | 1111 |
Color Harmonies of #2C3419
Complementary color
Monochromatic Colors of #2C3419
Black with #2C3419
Text Example
Text Example
White with #2C3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3419; }
p { color: rgb(44,52,25); }
H1.HeaderClassName
{
color: #2C3419;
}
.AnyTagClassName
{
color: #2C3419;
}
</style>
background-color css
<style>
a { background-color: #2C3419; }
a { background-color: rgb(44,52,25); }
div.DivClassName
{
background-color: #2C3419;
}
.BgClassName
{
background-color: #2C3419;
}
</style>
border-color css
<style>
span { border-color: #2C3419; }
span { border-color: rgb(44,52,25); }
td.TdClassName
{
border-color: #2C3419;
}
.TagClassName
{
border-color: #2C3419;
}
</style>