Shades of Bottle Green #2C4D3D
Tints of Bottle Green #2C4D3D
RGB
CMYK
RGB Variations
Color information
#2C4D3D (or 0x2C4D3D) is known color: Bottle Green. HEX triplet: 2C, 4D and 3D. RGB value is (44,77,61). Sum of RGB (Red+Green+Blue) = 44+77+61=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4D3D is #D3B2C2. Grayscale: #414141. Windows color (decimal): -13873859 or 4017452. OLE color: 4017452.
HSL color Cylindrical-coordinate representation of color #2C4D3D: hue angle of 150.91º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C4D3D is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 77 | 61 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.70 |
| HSL | 150.91º | 0.27% | 0.24% | - |
| HSV(B) | 150.91º | 0.43% | 0.3% | - |
| XYZ | 4.53 | 6.18 | 5.37 | - |
| YUV | 65.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 61 | 0.43 | 0 | 0.21 | 0.70 | 150.91 | 0.27 | 0.24 |
| Hex | 2C | 4D | 3D | 2B | 0 | 15 | 46 | 97 | 1B | 18 |
| Octal | 54 | 115 | 75 | 53 | 0 | 25 | 106 | 227 | 33 | 30 |
| Binary | 101100 | 1001101 | 111101 | 101011 | 0 | 10101 | 1000110 | 10010111 | 11011 | 11000 |
Color Harmonies of #2C4D3D
Complementary color
Monochromatic Colors of #2C4D3D
Black with #2C4D3D
Text Example
Text Example
White with #2C4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4D3D; }
p { color: rgb(44,77,61); }
H1.HeaderClassName
{
color: #2C4D3D;
}
.AnyTagClassName
{
color: #2C4D3D;
}
</style>
background-color css
<style>
a { background-color: #2C4D3D; }
a { background-color: rgb(44,77,61); }
div.DivClassName
{
background-color: #2C4D3D;
}
.BgClassName
{
background-color: #2C4D3D;
}
</style>
border-color css
<style>
span { border-color: #2C4D3D; }
span { border-color: rgb(44,77,61); }
td.TdClassName
{
border-color: #2C4D3D;
}
.TagClassName
{
border-color: #2C4D3D;
}
</style>