Html Css Color HEX #1E700C Forest Green

📋 copy color: '#1E700C'

red 30 ◦ green 112 ◦ blue 12

#1E700C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1E700C

Tints of Forest Green #1E700C

RGB

 RED value IS 30 (12.11% from 255) = 19.48%

 GREEN value IS 112 (44.14% from 255) = 72.73%

 BLUE value IS 12 (5.08% from 255) = 7.79%

R = 19.48%
G = 72.73%
B = 7.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#1E700C (or 0x1E700C) is known color: Forest Green. HEX triplet: 1E, 70 and 0C. RGB value is (30,112,12). Sum of RGB (Red+Green+Blue) = 30+112+12=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #1E700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E700C is #E18FF3. Grayscale: #4C4C4C. Windows color (decimal): -14782452 or 815134. OLE color: 815134.

HSL color Cylindrical-coordinate representation of color #1E700C: hue angle of 109.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E700C is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 112 12 -
CMYK 0.73 0 0.89 0.56
HSL 109.2º 0.81% 0.24% -
HSV(B) 109.2º 0.89% 0.44% -
XYZ 6.4 11.89 2.31 -
YUV 76.08 91.83 95.13 -
System Red Green Blue C M Y K H S L
Decimal 30 112 12 0.73 0 0.89 0.56 109.2 0.81 0.24
Hex 1E 70 C 49 0 59 38 6D 51 18
Octal 36 160 14 111 0 131 70 155 121 30
Binary 11110 1110000 1100 1001001 0 1011001 111000 1101101 1010001 11000

Color Harmonies of #1E700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E700C

Black with #1E700C

Text Example


Text Example

White with #1E700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,112,12); }

 H1.HeaderClassName
 {
   color: #1E700C;
 }
 .AnyTagClassName
 {
   color: #1E700C;
 }
</style>

background-color css

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

 a { background-color: rgb(30,112,12); }

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

border-color css

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

 span { border-color: rgb(30,112,12); }

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