#2E9527

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

Shades of Forest Green #2E9527

Tints of Forest Green #2E9527

Color information

#2E9527 (or 0x2E9527) is unknown color: approx Forest Green. HEX triplet: 2E, 95 and 27. RGB value is (46,149,39). Sum of RGB (Red+Green+Blue) = 46+149+39=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9527 is #D16AD8. Grayscale: #6A6A6A. Windows color (decimal): -13724377 or 2594094. OLE color: 2594094.

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

Color convert

RGB4614939-
CMYK0.6900.740.42
HSL116.18º58.51%36.86%-
HSV(B)116.18º73.83%58.43%-
XYZ12.2422.225.56-
YUV105.6690.3885.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 149 (58.59% from 255) = 63.68%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=19.66%
G=63.68%
B=16.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46149390.6900.740.42116.1858.5136.86
Hex2E95274504A2A743b25
Octal56225471050112521647345
Binary101110100101011001111000101010010101010101110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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