#2E922A

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

Shades of Forest Green #2E922A

Tints of Forest Green #2E922A

Color information

#2E922A (or 0x2E922A) is unknown color: approx Forest Green. HEX triplet: 2E, 92 and 2A. RGB value is (46,146,42). Sum of RGB (Red+Green+Blue) = 46+146+42=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #2E922A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E922A is #D16DD5. Grayscale: #686868. Windows color (decimal): -13725142 or 2789934. OLE color: 2789934.

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

Color convert

RGB4614642-
CMYK0.6800.710.43
HSL117.69º55.32%36.86%-
HSV(B)117.69º71.23%57.25%-
XYZ11.8221.315.68-
YUV104.2492.8786.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 146 (57.42% from 255) = 62.39%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=19.66%
G=62.39%
B=17.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46146420.6800.710.43117.6955.3236.86
Hex2E922A440472B763725
Octal56222521040107531666745
Binary101110100100101010101000100010001111010111110110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,146,42); }

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

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

 a { background-color: rgb(46,146,42); }

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

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

 span { border-color: rgb(46,146,42); }

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