#1E982D

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

Shades of Forest Green #1E982D

Tints of Forest Green #1E982D

Color information

#1E982D (or 0x1E982D) is unknown color: approx Forest Green. HEX triplet: 1E, 98 and 2D. RGB value is (30,152,45). Sum of RGB (Red+Green+Blue) = 30+152+45=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 152 (59.77% from 255 or 66.96% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 152 - color contains mainly: green. Hex color #1E982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E982D is #E167D2. Grayscale: #676767. Windows color (decimal): -14772179 or 2988062. OLE color: 2988062.

HSL color Cylindrical-coordinate representation of color #1E982D: hue angle of 127.38º 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 #1E982D is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB3015245-
CMYK0.8000.700.40
HSL127.38º67.03%35.69%-
HSV(B)127.38º80.26%59.61%-
XYZ12.2422.926.26-
YUV103.3295.0875.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.22%
GREEN value IS 152 (59.77% from 255) = 66.96%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=13.22%
G=66.96%
B=19.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal30152450.8000.700.40127.3867.0335.69
Hex1E982D50046287f4324
Octal362305512001065017710344
Binary111101001100010110110100000100011010100011111111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,152,45); }

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

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

 a { background-color: rgb(30,152,45); }

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

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

 span { border-color: rgb(30,152,45); }

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