#2E9C0F

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

Shades of Forest Green #2E9C0F

Tints of Forest Green #2E9C0F

Color information

#2E9C0F (or 0x2E9C0F) is unknown color: approx Forest Green. HEX triplet: 2E, 9C and 0F. RGB value is (46,156,15). Sum of RGB (Red+Green+Blue) = 46+156+15=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 156 (61.33% from 255 or 71.89% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 156 - color contains mainly: green. Hex color #2E9C0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9C0F is #D163F0. Grayscale: #6B6B6B. Windows color (decimal): -13722609 or 1023022. OLE color: 1023022.

HSL color Cylindrical-coordinate representation of color #2E9C0F: hue angle of 106.81º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E9C0F is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB4615615-
CMYK0.7100.900.39
HSL106.81º82.46%33.53%-
HSV(B)106.81º90.38%61.18%-
XYZ13.124.394.47-
YUV107.0476.0684.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.20%
GREEN value IS 156 (61.33% from 255) = 71.89%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=21.20%
G=71.89%
B=6.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46156150.7100.900.39106.8182.4633.53
Hex2E9CF4705A276b5222
Octal562341710701324715312242
Binary10111010011100111110001110101101010011111010111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,156,15); }

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

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

 a { background-color: rgb(46,156,15); }

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

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

 span { border-color: rgb(46,156,15); }

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