#2e912f

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

Shades of Forest Green #2E912F

Tints of Forest Green #2E912F

Color information

#2E912F (or 0x2E912F) is unknown color: approx Forest Green. HEX triplet: 2E, 91 and 2F. RGB value is (46,145,47). Sum of RGB (Red+Green+Blue) = 46+145+47=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #2E912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E912F is #D16ED0. Grayscale: #686868. Windows color (decimal): -13725393 or 3117358. OLE color: 3117358.

HSL color Cylindrical-coordinate representation of color #2E912F: hue angle of 120.61º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E912F is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB4614547-
CMYK0.6800.680.43
HSL120.61º51.83%37.45%-
HSV(B)120.61º68.28%56.86%-
XYZ11.7721.046.13-
YUV104.2395.786.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 145 (57.03% from 255) = 60.92%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=19.33%
G=60.92%
B=19.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46145470.6800.680.43120.6151.8337.45
Hex2E912F440442B793425
Octal56221571040104531716445
Binary101110100100011011111000100010001001010111111001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e912f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,145,47); }

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

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

 a { background-color: rgb(46,145,47); }

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

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

 span { border-color: rgb(46,145,47); }

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