#2F4E3E

Color #2F4E3E Bottle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bottle Green #2F4E3E

Tints of Bottle Green #2F4E3E

Color information

#2F4E3E (or 0x2F4E3E) is unknown color: approx 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

RGB477862-
CMYK0.4000.210.69
HSL149.03º24.8%24.51%-
HSV(B)149.03º39.74%30.59%-
XYZ4.776.45.54-
YUV66.91125.23113.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 25.13%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=25.13%
G=41.71%
B=33.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778620.4000.210.69149.0324.824.51
Hex2F4E3E2801545951919
Octal5711676500251052253131
Binary10111110011101111101010000101011000101100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>