Html Css Color HEX #1E701A Forest Green

📋 copy color: '#1E701A'

red 30 ◦ green 112 ◦ blue 26

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

Shades of Forest Green #1E701A

Tints of Forest Green #1E701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 17.86%
G = 66.67%
B = 15.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#1E701A (or 0x1E701A) is known color: Forest Green. HEX triplet: 1E, 70 and 1A. RGB value is (30,112,26). Sum of RGB (Red+Green+Blue) = 30+112+26=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #1E701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E701A is #E18FE5. Grayscale: #4D4D4D. Windows color (decimal): -14782438 or 1732638. OLE color: 1732638.

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

Color convert

RGB 30 112 26 -
CMYK 0.73 0 0.77 0.56
HSL 117.21º 0.62% 0.27% -
HSV(B) 117.21º 0.77% 0.44% -
XYZ 6.52 11.94 2.94 -
YUV 77.68 98.83 93.99 -
System Red Green Blue C M Y K H S L
Decimal 30 112 26 0.73 0 0.77 0.56 117.21 0.62 0.27
Hex 1E 70 1A 49 0 4D 38 75 3E 1B
Octal 36 160 32 111 0 115 70 165 76 33
Binary 11110 1110000 11010 1001001 0 1001101 111000 1110101 111110 11011

Color Harmonies of #1E701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E701A

Black with #1E701A

Text Example


Text Example

White with #1E701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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