#1EA925

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

Shades of Forest Green #1EA925

Tints of Forest Green #1EA925

Color information

#1EA925 (or 0x1EA925) is unknown color: approx Forest Green. HEX triplet: 1E, A9 and 25. RGB value is (30,169,37). Sum of RGB (Red+Green+Blue) = 30+169+37=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 169 (66.41% from 255 or 71.61% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA925 is #E156DA. Grayscale: #707070. Windows color (decimal): -14767835 or 2468126. OLE color: 2468126.

HSL color Cylindrical-coordinate representation of color #1EA925: hue angle of 123.02º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA925 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB3016937-
CMYK0.8200.780.34
HSL123.02º69.85%39.02%-
HSV(B)123.02º82.25%66.27%-
XYZ15.0628.796.51-
YUV112.3985.4569.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 169 (66.41% from 255) = 71.61%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=12.71%
G=71.61%
B=15.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal30169370.8200.780.34123.0269.8539.02
Hex1EA9255204E227b4627
Octal362514512201164217310647
Binary111101010100110010110100100100111010001011110111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EA925; }

 p { color: rgb(30,169,37); }

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

<style>
 a { background-color: #1EA925; }

 a { background-color: rgb(30,169,37); }

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

<style>
 span { border-color: #1EA925; }

 span { border-color: rgb(30,169,37); }

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