Html Css Color HEX #1E940E Forest Green

📋 copy color: '#1E940E'

red 30 ◦ green 148 ◦ blue 14

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

Shades of Forest Green #1E940E

Tints of Forest Green #1E940E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 15.63%
G = 77.08%
B = 7.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#1E940E (or 0x1E940E) is known color: Forest Green. HEX triplet: 1E, 94 and 0E. RGB value is (30,148,14). Sum of RGB (Red+Green+Blue) = 30+148+14=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 148 (58.20% from 255 or 77.08% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 148 - color contains mainly: green. Hex color #1E940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E940E is #E16BF1. Grayscale: #616161. Windows color (decimal): -14773234 or 955422. OLE color: 955422.

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

Color convert

RGB 30 148 14 -
CMYK 0.80 0 0.91 0.42
HSL 112.84º 0.83% 0.32% -
HSV(B) 112.84º 0.91% 0.58% -
XYZ 11.2 21.49 3.97 -
YUV 97.44 80.91 79.9 -
System Red Green Blue C M Y K H S L
Decimal 30 148 14 0.80 0 0.91 0.42 112.84 0.83 0.32
Hex 1E 94 E 50 0 5B 2A 71 53 20
Octal 36 224 16 120 0 133 52 161 123 40
Binary 11110 10010100 1110 1010000 0 1011011 101010 1110001 1010011 100000

Color Harmonies of #1E940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E940E

Black with #1E940E

Text Example


Text Example

White with #1E940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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