#1ea82a

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

Shades of Forest Green #1EA82A

Tints of Forest Green #1EA82A

Color information

#1EA82A (or 0x1EA82A) is unknown color: approx Forest Green. HEX triplet: 1E, A8 and 2A. RGB value is (30,168,42). Sum of RGB (Red+Green+Blue) = 30+168+42=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 168 (66.02% from 255 or 70% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 168 - color contains mainly: green. Hex color #1EA82A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA82A is #E157D5. Grayscale: #707070. Windows color (decimal): -14768086 or 2795550. OLE color: 2795550.

HSL color Cylindrical-coordinate representation of color #1EA82A: hue angle of 125.22º 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 #1EA82A is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB3016842-
CMYK0.8200.750.34
HSL125.22º69.7%38.82%-
HSV(B)125.22º82.14%65.88%-
XYZ14.9628.456.89-
YUV112.3788.2869.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 168 (66.02% from 255) = 70%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=12.5%
G=70%
B=17.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal30168420.8200.750.34125.2269.738.82
Hex1EA82A5204B227d4627
Octal362505212201134217510647
Binary111101010100010101010100100100101110001011111011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ea82a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,168,42); }

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

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

 a { background-color: rgb(30,168,42); }

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

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

 span { border-color: rgb(30,168,42); }

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