Shades of Bottle Green #2F4E3E
Tints of Bottle Green #2F4E3E
RGB
CMYK
RGB Variations
Color information
#2F4E3E (or 0x2F4E3E) is known color: Bottle Green. HEX triplet: 2F, 4E and 3E. RGB value is (47,78,62). Sum of RGB (Red+Green+Blue) = 47+78+62=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E3E is #D0B1C1. Grayscale: #424242. Windows color (decimal): -13676994 or 4083247. OLE color: 4083247.
HSL color Cylindrical-coordinate representation of color #2F4E3E: hue angle of 149.03º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E3E is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
RGB | 47 | 78 | 62 | - |
CMYK | 0.40 | 0 | 0.21 | 0.69 |
HSL | 149.03º | 0.25% | 0.25% | - |
HSV(B) | 149.03º | 0.4% | 0.31% | - |
XYZ | 4.77 | 6.4 | 5.54 | - |
YUV | 66.91 | 125.23 | 113.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 78 | 62 | 0.40 | 0 | 0.21 | 0.69 | 149.03 | 0.25 | 0.25 |
Hex | 2F | 4E | 3E | 28 | 0 | 15 | 45 | 95 | 19 | 19 |
Octal | 57 | 116 | 76 | 50 | 0 | 25 | 105 | 225 | 31 | 31 |
Binary | 101111 | 1001110 | 111110 | 101000 | 0 | 10101 | 1000101 | 10010101 | 11001 | 11001 |
Color Harmonies of #2F4E3E
Complementary color
Monochromatic Colors of #2F4E3E
Black with #2F4E3E
Text Example
Text Example
White with #2F4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E3E; }
p { color: rgb(47,78,62); }
H1.HeaderClassName
{
color: #2F4E3E;
}
.AnyTagClassName
{
color: #2F4E3E;
}
</style>
background-color css
<style>
a { background-color: #2F4E3E; }
a { background-color: rgb(47,78,62); }
div.DivClassName
{
background-color: #2F4E3E;
}
.BgClassName
{
background-color: #2F4E3E;
}
</style>
border-color css
<style>
span { border-color: #2F4E3E; }
span { border-color: rgb(47,78,62); }
td.TdClassName
{
border-color: #2F4E3E;
}
.TagClassName
{
border-color: #2F4E3E;
}
</style>