#1EB314

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

Shades of Forest Green #1EB314

Tints of Forest Green #1EB314

Color information

#1EB314 (or 0x1EB314) is unknown color: approx Forest Green. HEX triplet: 1E, B3 and 14. RGB value is (30,179,20). Sum of RGB (Red+Green+Blue) = 30+179+20=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB314 is #E14CEB. Grayscale: #747474. Windows color (decimal): -14765292 or 1356574. OLE color: 1356574.

HSL color Cylindrical-coordinate representation of color #1EB314: hue angle of 116.23º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EB314 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB3017920-
CMYK0.8300.890.30
HSL116.23º79.9%39.02%-
HSV(B)116.23º88.83%70.2%-
XYZ16.7832.576.06-
YUV116.3273.6466.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 179 (70.31% from 255) = 78.17%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=13.10%
G=78.17%
B=8.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal30179200.8300.890.30116.2379.939.02
Hex1EB314530591E745027
Octal362632412301313616412047
Binary1111010110011101001010011010110011111011101001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,179,20); }

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

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

 a { background-color: rgb(30,179,20); }

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

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

 span { border-color: rgb(30,179,20); }

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