#1E992A

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

Shades of Forest Green #1E992A

Tints of Forest Green #1E992A

Color information

#1E992A (or 0x1E992A) is unknown color: approx Forest Green. HEX triplet: 1E, 99 and 2A. RGB value is (30,153,42). Sum of RGB (Red+Green+Blue) = 30+153+42=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 153 (60.16% from 255 or 68% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 153 - color contains mainly: green. Hex color #1E992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E992A is #E166D5. Grayscale: #676767. Windows color (decimal): -14771926 or 2791710. OLE color: 2791710.

HSL color Cylindrical-coordinate representation of color #1E992A: hue angle of 125.85º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E992A is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB3015342-
CMYK0.8000.730.4
HSL125.85º67.21%35.88%-
HSV(B)125.85º80.39%60%-
XYZ12.3423.236.02-
YUV103.5793.2575.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 153 (60.16% from 255) = 68%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=13.33%
G=68%
B=18.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30153420.8000.730.4125.8567.2135.88
Hex1E992A50049287e4324
Octal362315212001115017610344
Binary111101001100110101010100000100100110100011111101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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