Shades of Bottle Green #2D4B3A
Tints of Bottle Green #2D4B3A
RGB
CMYK
RGB Variations
Color information
#2D4B3A (or 0x2D4B3A) is known color: Bottle Green. HEX triplet: 2D, 4B and 3A. RGB value is (45,75,58). Sum of RGB (Red+Green+Blue) = 45+75+58=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B3A is #D2B4C5. Grayscale: #404040. Windows color (decimal): -13808838 or 3820333. OLE color: 3820333.
HSL color Cylindrical-coordinate representation of color #2D4B3A: hue angle of 146º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D4B3A is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 58 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.71 |
| HSL | 146º | 0.25% | 0.24% | - |
| HSV(B) | 146º | 0.4% | 0.29% | - |
| XYZ | 4.36 | 5.9 | 4.91 | - |
| YUV | 64.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 58 | 0.40 | 0 | 0.23 | 0.71 | 146 | 0.25 | 0.24 |
| Hex | 2D | 4B | 3A | 28 | 0 | 17 | 47 | 92 | 19 | 18 |
| Octal | 55 | 113 | 72 | 50 | 0 | 27 | 107 | 222 | 31 | 30 |
| Binary | 101101 | 1001011 | 111010 | 101000 | 0 | 10111 | 1000111 | 10010010 | 11001 | 11000 |
Color Harmonies of #2D4B3A
Complementary color
Monochromatic Colors of #2D4B3A
Black with #2D4B3A
Text Example
Text Example
White with #2D4B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B3A; }
p { color: rgb(45,75,58); }
H1.HeaderClassName
{
color: #2D4B3A;
}
.AnyTagClassName
{
color: #2D4B3A;
}
</style>
background-color css
<style>
a { background-color: #2D4B3A; }
a { background-color: rgb(45,75,58); }
div.DivClassName
{
background-color: #2D4B3A;
}
.BgClassName
{
background-color: #2D4B3A;
}
</style>
border-color css
<style>
span { border-color: #2D4B3A; }
span { border-color: rgb(45,75,58); }
td.TdClassName
{
border-color: #2D4B3A;
}
.TagClassName
{
border-color: #2D4B3A;
}
</style>