Shades of Rangoon Green #2C341B
Tints of Rangoon Green #2C341B
RGB
CMYK
RGB Variations
Color information
#2C341B (or 0x2C341B) is known color: Rangoon Green. HEX triplet: 2C, 34 and 1B. RGB value is (44,52,27). Sum of RGB (Red+Green+Blue) = 44+52+27=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #2C341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C341B is #D3CBE4. Grayscale: #2E2E2E. Windows color (decimal): -13880293 or 1782828. OLE color: 1782828.
HSL color Cylindrical-coordinate representation of color #2C341B: hue angle of 79.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C341B is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 27 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.80 |
| HSL | 79.2º | 0.32% | 0.15% | - |
| HSV(B) | 79.2º | 0.48% | 0.2% | - |
| XYZ | 2.46 | 3.07 | 1.5 | - |
| YUV | 46.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 27 | 0.15 | 0 | 0.48 | 0.80 | 79.2 | 0.32 | 0.15 |
| Hex | 2C | 34 | 1B | F | 0 | 30 | 50 | 4F | 20 | F |
| Octal | 54 | 64 | 33 | 17 | 0 | 60 | 120 | 117 | 40 | 17 |
| Binary | 101100 | 110100 | 11011 | 1111 | 0 | 110000 | 1010000 | 1001111 | 100000 | 1111 |
Color Harmonies of #2C341B
Complementary color
Monochromatic Colors of #2C341B
Black with #2C341B
Text Example
Text Example
White with #2C341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C341B; }
p { color: rgb(44,52,27); }
H1.HeaderClassName
{
color: #2C341B;
}
.AnyTagClassName
{
color: #2C341B;
}
</style>
background-color css
<style>
a { background-color: #2C341B; }
a { background-color: rgb(44,52,27); }
div.DivClassName
{
background-color: #2C341B;
}
.BgClassName
{
background-color: #2C341B;
}
</style>
border-color css
<style>
span { border-color: #2C341B; }
span { border-color: rgb(44,52,27); }
td.TdClassName
{
border-color: #2C341B;
}
.TagClassName
{
border-color: #2C341B;
}
</style>