Html Css Color HEX #1E980F Forest Green

📋 copy color: '#1E980F'

red 30 ◦ green 152 ◦ blue 15

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

Shades of Forest Green #1E980F

Tints of Forest Green #1E980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 77.16%

 BLUE value IS 15 (6.25% from 255) = 7.61%

R = 15.23%
G = 77.16%
B = 7.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#1E980F (or 0x1E980F) is known color: Forest Green. HEX triplet: 1E, 98 and 0F. RGB value is (30,152,15). Sum of RGB (Red+Green+Blue) = 30+152+15=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 152 (59.77% from 255 or 77.16% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 152 - color contains mainly: green. Hex color #1E980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E980F is #E167F0. Grayscale: #646464. Windows color (decimal): -14772209 or 1021982. OLE color: 1021982.

HSL color Cylindrical-coordinate representation of color #1E980F: hue angle of 113.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E980F is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 152 15 -
CMYK 0.80 0 0.90 0.40
HSL 113.43º 0.82% 0.33% -
HSV(B) 113.43º 0.9% 0.6% -
XYZ 11.85 22.77 4.22 -
YUV 99.9 80.08 78.14 -
System Red Green Blue C M Y K H S L
Decimal 30 152 15 0.80 0 0.90 0.40 113.43 0.82 0.33
Hex 1E 98 F 50 0 5A 28 71 52 21
Octal 36 230 17 120 0 132 50 161 122 41
Binary 11110 10011000 1111 1010000 0 1011010 101000 1110001 1010010 100001

Color Harmonies of #1E980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E980F

Black with #1E980F

Text Example


Text Example

White with #1E980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,152,15); }

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

background-color css

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

 a { background-color: rgb(30,152,15); }

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

border-color css

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

 span { border-color: rgb(30,152,15); }

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