Html Css Color HEX #119E2F Forest Green

📋 copy color: '#119E2F'

red 17 ◦ green 158 ◦ blue 47

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

Shades of Forest Green #119E2F

Tints of Forest Green #119E2F

RGB

 RED value IS 17 (7.03% from 255) = 7.66%

 GREEN value IS 158 (62.11% from 255) = 71.17%

 BLUE value IS 47 (18.75% from 255) = 21.17%

R = 7.66%
G = 71.17%
B = 21.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#119E2F (or 0x119E2F) is known color: Forest Green. HEX triplet: 11, 9E and 2F. RGB value is (17,158,47). Sum of RGB (Red+Green+Blue) = 17+158+47=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 158 (62.11% from 255 or 71.17% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 158 - color contains mainly: green. Hex color #119E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119E2F is #EE61D0. Grayscale: #676767. Windows color (decimal): -15622609 or 3120657. OLE color: 3120657.

HSL color Cylindrical-coordinate representation of color #119E2F: hue angle of 132.77º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119E2F is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 158 47 -
CMYK 0.89 0 0.70 0.38
HSL 132.77º 0.81% 0.34% -
HSV(B) 132.77º 0.89% 0.62% -
XYZ 12.97 24.78 6.79 -
YUV 103.19 96.29 66.53 -
System Red Green Blue C M Y K H S L
Decimal 17 158 47 0.89 0 0.70 0.38 132.77 0.81 0.34
Hex 11 9E 2F 59 0 46 26 85 51 22
Octal 21 236 57 131 0 106 46 205 121 42
Binary 10001 10011110 101111 1011001 0 1000110 100110 10000101 1010001 100010

Color Harmonies of #119E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119E2F

Black with #119E2F

Text Example


Text Example

White with #119E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119E2F; }

 p { color: rgb(17,158,47); }

 H1.HeaderClassName
 {
   color: #119E2F;
 }
 .AnyTagClassName
 {
   color: #119E2F;
 }
</style>

background-color css

<style>
 a { background-color: #119E2F; }

 a { background-color: rgb(17,158,47); }

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

border-color css

<style>
 span { border-color: #119E2F; }

 span { border-color: rgb(17,158,47); }

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