#2E8525

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

Shades of Forest Green #2E8525

Tints of Forest Green #2E8525

Color information

#2E8525 (or 0x2E8525) is unknown color: approx Forest Green. HEX triplet: 2E, 85 and 25. RGB value is (46,133,37). Sum of RGB (Red+Green+Blue) = 46+133+37=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8525 is #D17ADA. Grayscale: #606060. Windows color (decimal): -13728475 or 2458926. OLE color: 2458926.

HSL color Cylindrical-coordinate representation of color #2E8525: hue angle of 114.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E8525 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB4613337-
CMYK0.6500.720.48
HSL114.38º56.47%33.33%-
HSV(B)114.38º72.18%52.16%-
XYZ9.8517.494.61-
YUV96.0494.6892.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=21.30%
G=61.57%
B=17.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133370.6500.720.48114.3856.4733.33
Hex2E85254104830723821
Octal56205451010110601627041
Binary101110100001011001011000001010010001100001110010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,133,37); }

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

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

 a { background-color: rgb(46,133,37); }

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

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

 span { border-color: rgb(46,133,37); }

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