Html Css Color HEX #1E760E Forest Green

📋 copy color: '#1E760E'

red 30 ◦ green 118 ◦ blue 14

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

Shades of Forest Green #1E760E

Tints of Forest Green #1E760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 72.84%

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

R = 18.52%
G = 72.84%
B = 8.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#1E760E (or 0x1E760E) is known color: Forest Green. HEX triplet: 1E, 76 and 0E. RGB value is (30,118,14). Sum of RGB (Red+Green+Blue) = 30+118+14=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #1E760E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E760E is #E189F1. Grayscale: #505050. Windows color (decimal): -14780914 or 947742. OLE color: 947742.

HSL color Cylindrical-coordinate representation of color #1E760E: hue angle of 110.77º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E760E is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 118 14 -
CMYK 0.75 0 0.88 0.54
HSL 110.77º 0.79% 0.26% -
HSV(B) 110.77º 0.88% 0.46% -
XYZ 7.09 13.26 2.6 -
YUV 79.83 90.85 92.46 -
System Red Green Blue C M Y K H S L
Decimal 30 118 14 0.75 0 0.88 0.54 110.77 0.79 0.26
Hex 1E 76 E 4B 0 58 36 6F 4F 1A
Octal 36 166 16 113 0 130 66 157 117 32
Binary 11110 1110110 1110 1001011 0 1011000 110110 1101111 1001111 11010

Color Harmonies of #1E760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E760E

Black with #1E760E

Text Example


Text Example

White with #1E760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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