#1E6B0D

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

Shades of Forest Green #1E6B0D

Tints of Forest Green #1E6B0D

Color information

#1E6B0D (or 0x1E6B0D) is unknown color: approx Forest Green. HEX triplet: 1E, 6B and 0D. RGB value is (30,107,13). Sum of RGB (Red+Green+Blue) = 30+107+13=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6B0D is #E194F2. Grayscale: #494949. Windows color (decimal): -14783731 or 879390. OLE color: 879390.

HSL color Cylindrical-coordinate representation of color #1E6B0D: hue angle of 109.15º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6B0D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB3010713-
CMYK0.7200.880.58
HSL109.15º78.33%23.53%-
HSV(B)109.15º87.85%41.96%-
XYZ5.8710.822.16-
YUV73.2693.9997.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20%
GREEN value IS 107 (42.19% from 255) = 71.33%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=20%
G=71.33%
B=8.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107130.7200.880.58109.1578.3323.53
Hex1E6BD480583A6d4e18
Octal361531511001307215511630
Binary11110110101111011001000010110001110101101101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,107,13); }

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

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

 a { background-color: rgb(30,107,13); }

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

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

 span { border-color: rgb(30,107,13); }

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