#1E7A0A

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

Shades of Forest Green #1E7A0A

Tints of Forest Green #1E7A0A

Color information

#1E7A0A (or 0x1E7A0A) is unknown color: approx Forest Green. HEX triplet: 1E, 7A and 0A. RGB value is (30,122,10). Sum of RGB (Red+Green+Blue) = 30+122+10=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 122 (48.05% from 255 or 75.31% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7A0A is #E185F5. Grayscale: #525252. Windows color (decimal): -14779894 or 686622. OLE color: 686622.

HSL color Cylindrical-coordinate representation of color #1E7A0A: hue angle of 109.29º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E7A0A is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB3012210-
CMYK0.7500.920.52
HSL109.29º84.85%25.88%-
HSV(B)109.29º91.8%47.84%-
XYZ7.5514.222.63-
YUV81.7287.5291.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.52%
GREEN value IS 122 (48.05% from 255) = 75.31%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=18.52%
G=75.31%
B=6.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30122100.7500.920.52109.2984.8525.88
Hex1E7AA4B05C346d551a
Octal361721211301346415512532
Binary11110111101010101001011010111001101001101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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