Shades of Bottle Green #2A4F3C
Tints of Bottle Green #2A4F3C
RGB
CMYK
RGB Variations
Color information
#2A4F3C (or 0x2A4F3C) is known color: Bottle Green. HEX triplet: 2A, 4F and 3C. RGB value is (42,79,60). Sum of RGB (Red+Green+Blue) = 42+79+60=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F3C is #D5B0C3. Grayscale: #414141. Windows color (decimal): -14004420 or 3952426. OLE color: 3952426.
HSL color Cylindrical-coordinate representation of color #2A4F3C: hue angle of 149.19º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4F3C is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 79 | 60 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.69 |
| HSL | 149.19º | 0.31% | 0.24% | - |
| HSV(B) | 149.19º | 0.47% | 0.31% | - |
| XYZ | 4.57 | 6.41 | 5.27 | - |
| YUV | 65.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 60 | 0.47 | 0 | 0.24 | 0.69 | 149.19 | 0.31 | 0.24 |
| Hex | 2A | 4F | 3C | 2F | 0 | 18 | 45 | 95 | 1F | 18 |
| Octal | 52 | 117 | 74 | 57 | 0 | 30 | 105 | 225 | 37 | 30 |
| Binary | 101010 | 1001111 | 111100 | 101111 | 0 | 11000 | 1000101 | 10010101 | 11111 | 11000 |
Color Harmonies of #2A4F3C
Complementary color
Monochromatic Colors of #2A4F3C
Black with #2A4F3C
Text Example
Text Example
White with #2A4F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4F3C; }
p { color: rgb(42,79,60); }
H1.HeaderClassName
{
color: #2A4F3C;
}
.AnyTagClassName
{
color: #2A4F3C;
}
</style>
background-color css
<style>
a { background-color: #2A4F3C; }
a { background-color: rgb(42,79,60); }
div.DivClassName
{
background-color: #2A4F3C;
}
.BgClassName
{
background-color: #2A4F3C;
}
</style>
border-color css
<style>
span { border-color: #2A4F3C; }
span { border-color: rgb(42,79,60); }
td.TdClassName
{
border-color: #2A4F3C;
}
.TagClassName
{
border-color: #2A4F3C;
}
</style>