Html Css Color HEX #1E850E Forest Green

📋 copy color: '#1E850E'

red 30 ◦ green 133 ◦ blue 14

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

Shades of Forest Green #1E850E

Tints of Forest Green #1E850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 75.14%

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

R = 16.95%
G = 75.14%
B = 7.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#1E850E (or 0x1E850E) is known color: Forest Green. HEX triplet: 1E, 85 and 0E. RGB value is (30,133,14). Sum of RGB (Red+Green+Blue) = 30+133+14=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #1E850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E850E is #E17AF1. Grayscale: #595959. Windows color (decimal): -14777074 or 951582. OLE color: 951582.

HSL color Cylindrical-coordinate representation of color #1E850E: hue angle of 111.93º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E850E is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 133 14 -
CMYK 0.77 0 0.89 0.48
HSL 111.93º 0.81% 0.29% -
HSV(B) 111.93º 0.89% 0.52% -
XYZ 9 17.08 3.24 -
YUV 88.64 85.88 86.18 -
System Red Green Blue C M Y K H S L
Decimal 30 133 14 0.77 0 0.89 0.48 111.93 0.81 0.29
Hex 1E 85 E 4D 0 59 30 70 51 1D
Octal 36 205 16 115 0 131 60 160 121 35
Binary 11110 10000101 1110 1001101 0 1011001 110000 1110000 1010001 11101

Color Harmonies of #1E850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E850E

Black with #1E850E

Text Example


Text Example

White with #1E850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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