#1E961D

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

Shades of Forest Green #1E961D

Tints of Forest Green #1E961D

Color information

#1E961D (or 0x1E961D) is unknown color: approx Forest Green. HEX triplet: 1E, 96 and 1D. RGB value is (30,150,29). Sum of RGB (Red+Green+Blue) = 30+150+29=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 150 (58.98% from 255 or 71.77% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 150 - color contains mainly: green. Hex color #1E961D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E961D is #E169E2. Grayscale: #646464. Windows color (decimal): -14772707 or 1938974. OLE color: 1938974.

HSL color Cylindrical-coordinate representation of color #1E961D: hue angle of 119.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E961D is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB3015029-
CMYK0.8000.810.41
HSL119.5º67.6%35.1%-
HSV(B)119.5º80.67%58.82%-
XYZ11.6622.184.83-
YUV100.3387.7477.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.35%
GREEN value IS 150 (58.98% from 255) = 71.77%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=14.35%
G=71.77%
B=13.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal30150290.8000.810.41119.567.635.1
Hex1E961D5005129784423
Octal362263512001215117010443
Binary11110100101101110110100000101000110100111110001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E961D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,150,29); }

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

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

 a { background-color: rgb(30,150,29); }

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

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

 span { border-color: rgb(30,150,29); }

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