#2EA526

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

Shades of Forest Green #2EA526

Tints of Forest Green #2EA526

Color information

#2EA526 (or 0x2EA526) is unknown color: approx Forest Green. HEX triplet: 2E, A5 and 26. RGB value is (46,165,38). Sum of RGB (Red+Green+Blue) = 46+165+38=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA526 is #D15AD9. Grayscale: #737373. Windows color (decimal): -13720282 or 2532654. OLE color: 2532654.

HSL color Cylindrical-coordinate representation of color #2EA526: hue angle of 116.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA526 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB4616538-
CMYK0.7200.770.35
HSL116.22º62.56%39.8%-
HSV(B)116.22º76.97%64.71%-
XYZ14.9327.636.38-
YUV114.9484.5878.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 165 (64.84% from 255) = 66.27%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=18.47%
G=66.27%
B=15.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46165380.7200.770.35116.2262.5639.8
Hex2EA5264804D23743f28
Octal56245461100115431647750
Binary101110101001011001101001000010011011000111110100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,165,38); }

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

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

 a { background-color: rgb(46,165,38); }

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

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

 span { border-color: rgb(46,165,38); }

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