#1E6A10

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

Shades of Forest Green #1E6A10

Tints of Forest Green #1E6A10

Color information

#1E6A10 (or 0x1E6A10) is unknown color: approx Forest Green. HEX triplet: 1E, 6A and 10. RGB value is (30,106,16). Sum of RGB (Red+Green+Blue) = 30+106+16=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 106 (41.80% from 255 or 69.74% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6A10 is #E195EF. Grayscale: #494949. Windows color (decimal): -14783984 or 1075742. OLE color: 1075742.

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

Color convert

RGB3010616-
CMYK0.7200.850.58
HSL110.67º73.77%23.92%-
HSV(B)110.67º84.91%41.57%-
XYZ5.7810.622.24-
YUV73.0295.8297.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.74%
GREEN value IS 106 (41.80% from 255) = 69.74%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=19.74%
G=69.74%
B=10.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30106160.7200.850.58110.6773.7723.92
Hex1E6A10480553A6f4a18
Octal361522011001257215711230
Binary111101101010100001001000010101011110101101111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,106,16); }

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

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

 a { background-color: rgb(30,106,16); }

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

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

 span { border-color: rgb(30,106,16); }

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