Shades of Bottle Green #2A4D3A
Tints of Bottle Green #2A4D3A
RGB
CMYK
RGB Variations
Color information
#2A4D3A (or 0x2A4D3A) is known color: Bottle Green. HEX triplet: 2A, 4D and 3A. RGB value is (42,77,58). Sum of RGB (Red+Green+Blue) = 42+77+58=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4D3A is #D5B2C5. Grayscale: #404040. Windows color (decimal): -14004934 or 3820842. OLE color: 3820842.
HSL color Cylindrical-coordinate representation of color #2A4D3A: hue angle of 147.43º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4D3A is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 77 | 58 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.70 |
| HSL | 147.43º | 0.29% | 0.23% | - |
| HSV(B) | 147.43º | 0.45% | 0.3% | - |
| XYZ | 4.37 | 6.11 | 4.95 | - |
| YUV | 64.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 58 | 0.45 | 0 | 0.25 | 0.70 | 147.43 | 0.29 | 0.23 |
| Hex | 2A | 4D | 3A | 2D | 0 | 19 | 46 | 93 | 1D | 17 |
| Octal | 52 | 115 | 72 | 55 | 0 | 31 | 106 | 223 | 35 | 27 |
| Binary | 101010 | 1001101 | 111010 | 101101 | 0 | 11001 | 1000110 | 10010011 | 11101 | 10111 |
Color Harmonies of #2A4D3A
Complementary color
Monochromatic Colors of #2A4D3A
Black with #2A4D3A
Text Example
Text Example
White with #2A4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4D3A; }
p { color: rgb(42,77,58); }
H1.HeaderClassName
{
color: #2A4D3A;
}
.AnyTagClassName
{
color: #2A4D3A;
}
</style>
background-color css
<style>
a { background-color: #2A4D3A; }
a { background-color: rgb(42,77,58); }
div.DivClassName
{
background-color: #2A4D3A;
}
.BgClassName
{
background-color: #2A4D3A;
}
</style>
border-color css
<style>
span { border-color: #2A4D3A; }
span { border-color: rgb(42,77,58); }
td.TdClassName
{
border-color: #2A4D3A;
}
.TagClassName
{
border-color: #2A4D3A;
}
</style>