#1E930A

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

Shades of Forest Green #1E930A

Tints of Forest Green #1E930A

Color information

#1E930A (or 0x1E930A) is unknown color: approx Forest Green. HEX triplet: 1E, 93 and 0A. RGB value is (30,147,10). Sum of RGB (Red+Green+Blue) = 30+147+10=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 147 (57.81% from 255 or 78.61% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 147 - color contains mainly: green. Hex color #1E930A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E930A is #E16CF5. Grayscale: #606060. Windows color (decimal): -14773494 or 693022. OLE color: 693022.

HSL color Cylindrical-coordinate representation of color #1E930A: hue angle of 111.24º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E930A is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB3014710-
CMYK0.8000.930.42
HSL111.24º87.26%30.78%-
HSV(B)111.24º93.2%57.65%-
XYZ11.0221.173.79-
YUV96.479.2480.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.04%
GREEN value IS 147 (57.81% from 255) = 78.61%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=16.04%
G=78.61%
B=5.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30147100.8000.930.42111.2487.2630.78
Hex1E93A5005D2A6f571f
Octal362231212001355215712737
Binary111101001001110101010000010111011010101101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,147,10); }

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

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

 a { background-color: rgb(30,147,10); }

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

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

 span { border-color: rgb(30,147,10); }

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