Html Css Color HEX #1E9914 Forest Green

📋 copy color: '#1E9914'

red 30 ◦ green 153 ◦ blue 20

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

Shades of Forest Green #1E9914

Tints of Forest Green #1E9914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 75.37%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 14.78%
G = 75.37%
B = 9.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#1E9914 (or 0x1E9914) is known color: Forest Green. HEX triplet: 1E, 99 and 14. RGB value is (30,153,20). Sum of RGB (Red+Green+Blue) = 30+153+20=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 153 (60.16% from 255 or 75.37% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 153 - color contains mainly: green. Hex color #1E9914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9914 is #E166EB. Grayscale: #656565. Windows color (decimal): -14771948 or 1349918. OLE color: 1349918.

HSL color Cylindrical-coordinate representation of color #1E9914: hue angle of 115.49º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E9914 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 153 20 -
CMYK 0.80 0 0.87 0.4
HSL 115.49º 0.77% 0.34% -
HSV(B) 115.49º 0.87% 0.6% -
XYZ 12.05 23.11 4.49 -
YUV 101.06 82.25 77.31 -
System Red Green Blue C M Y K H S L
Decimal 30 153 20 0.80 0 0.87 0.4 115.49 0.77 0.34
Hex 1E 99 14 50 0 57 28 73 4D 22
Octal 36 231 24 120 0 127 50 163 115 42
Binary 11110 10011001 10100 1010000 0 1010111 101000 1110011 1001101 100010

Color Harmonies of #1E9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9914

Black with #1E9914

Text Example


Text Example

White with #1E9914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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