Shades of Bottle Green #2D4E3D
Tints of Bottle Green #2D4E3D
RGB
CMYK
RGB Variations
Color information
#2D4E3D (or 0x2D4E3D) is known color: Bottle Green. HEX triplet: 2D, 4E and 3D. RGB value is (45,78,61). Sum of RGB (Red+Green+Blue) = 45+78+61=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E3D is #D2B1C2. Grayscale: #424242. Windows color (decimal): -13808067 or 4017709. OLE color: 4017709.
HSL color Cylindrical-coordinate representation of color #2D4E3D: hue angle of 149.09º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D4E3D is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 78 | 61 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.69 |
| HSL | 149.09º | 0.27% | 0.24% | - |
| HSV(B) | 149.09º | 0.42% | 0.31% | - |
| XYZ | 4.65 | 6.34 | 5.39 | - |
| YUV | 66.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 61 | 0.42 | 0 | 0.22 | 0.69 | 149.09 | 0.27 | 0.24 |
| Hex | 2D | 4E | 3D | 2A | 0 | 16 | 45 | 95 | 1B | 18 |
| Octal | 55 | 116 | 75 | 52 | 0 | 26 | 105 | 225 | 33 | 30 |
| Binary | 101101 | 1001110 | 111101 | 101010 | 0 | 10110 | 1000101 | 10010101 | 11011 | 11000 |
Color Harmonies of #2D4E3D
Complementary color
Monochromatic Colors of #2D4E3D
Black with #2D4E3D
Text Example
Text Example
White with #2D4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E3D; }
p { color: rgb(45,78,61); }
H1.HeaderClassName
{
color: #2D4E3D;
}
.AnyTagClassName
{
color: #2D4E3D;
}
</style>
background-color css
<style>
a { background-color: #2D4E3D; }
a { background-color: rgb(45,78,61); }
div.DivClassName
{
background-color: #2D4E3D;
}
.BgClassName
{
background-color: #2D4E3D;
}
</style>
border-color css
<style>
span { border-color: #2D4E3D; }
span { border-color: rgb(45,78,61); }
td.TdClassName
{
border-color: #2D4E3D;
}
.TagClassName
{
border-color: #2D4E3D;
}
</style>