#1e9328

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

Shades of Forest Green #1E9328

Tints of Forest Green #1E9328

Color information

#1E9328 (or 0x1E9328) is unknown color: approx Forest Green. HEX triplet: 1E, 93 and 28. RGB value is (30,147,40). Sum of RGB (Red+Green+Blue) = 30+147+40=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9328 is #E16CD7. Grayscale: #646464. Windows color (decimal): -14773464 or 2659102. OLE color: 2659102.

HSL color Cylindrical-coordinate representation of color #1E9328: hue angle of 125.13º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9328 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB3014740-
CMYK0.8000.730.42
HSL125.13º66.1%34.71%-
HSV(B)125.13º79.59%57.65%-
XYZ11.3521.35.52-
YUV99.8294.2478.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=13.82%
G=67.74%
B=18.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30147400.8000.730.42125.1366.134.71
Hex1E9328500492A7d4223
Octal362235012001115217510243
Binary111101001001110100010100000100100110101011111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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