#2E9514

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

Shades of Forest Green #2E9514

Tints of Forest Green #2E9514

Color information

#2E9514 (or 0x2E9514) is unknown color: approx Forest Green. HEX triplet: 2E, 95 and 14. RGB value is (46,149,20). Sum of RGB (Red+Green+Blue) = 46+149+20=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9514 is #D16AEB. Grayscale: #676767. Windows color (decimal): -13724396 or 1348910. OLE color: 1348910.

HSL color Cylindrical-coordinate representation of color #2E9514: hue angle of 107.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E9514 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB4614920-
CMYK0.6900.870.42
HSL107.91º76.33%33.14%-
HSV(B)107.91º86.58%58.43%-
XYZ1222.134.3-
YUV103.580.8886.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 149 (58.59% from 255) = 69.30%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=21.40%
G=69.30%
B=9.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46149200.6900.870.42107.9176.3333.14
Hex2E9514450572A6c4c21
Octal562252410501275215411441
Binary101110100101011010010001010101011110101011011001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E9514; }

 p { color: rgb(46,149,20); }

 H1.HeaderClassName
 {
   color: #2E9514;
 }
 .AnyTagClassName
 {
   color: #2E9514;
 }
</style>
background-color css

<style>
 a { background-color: #2E9514; }

 a { background-color: rgb(46,149,20); }

 div.DivClassName
 {
   background-color: #2E9514;
 }
 .BgClassName
 {
   background-color: #2E9514;
 }
</style>
border-color css

<style>
 span { border-color: #2E9514; }

 span { border-color: rgb(46,149,20); }

 td.TdClassName
 {
   border-color: #2E9514;
 }
 .TagClassName
 {
   border-color: #2E9514;
 }
</style>