Html Css Color HEX #1E9414 Forest Green

📋 copy color: '#1E9414'

red 30 ◦ green 148 ◦ blue 20

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

Shades of Forest Green #1E9414

Tints of Forest Green #1E9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74.75%

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

R = 15.15%
G = 74.75%
B = 10.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#1E9414 (or 0x1E9414) is known color: Forest Green. HEX triplet: 1E, 94 and 14. RGB value is (30,148,20). Sum of RGB (Red+Green+Blue) = 30+148+20=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #1E9414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9414 is #E16BEB. Grayscale: #626262. Windows color (decimal): -14773228 or 1348638. OLE color: 1348638.

HSL color Cylindrical-coordinate representation of color #1E9414: hue angle of 115.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9414 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 148 20 -
CMYK 0.80 0 0.86 0.42
HSL 115.31º 0.76% 0.33% -
HSV(B) 115.31º 0.86% 0.58% -
XYZ 11.25 21.51 4.22 -
YUV 98.13 83.91 79.41 -
System Red Green Blue C M Y K H S L
Decimal 30 148 20 0.80 0 0.86 0.42 115.31 0.76 0.33
Hex 1E 94 14 50 0 56 2A 73 4C 21
Octal 36 224 24 120 0 126 52 163 114 41
Binary 11110 10010100 10100 1010000 0 1010110 101010 1110011 1001100 100001

Color Harmonies of #1E9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9414

Black with #1E9414

Text Example


Text Example

White with #1E9414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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