Html Css Color HEX #119F2F Forest Green

📋 copy color: '#119F2F'

red 17 ◦ green 159 ◦ blue 47

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

Shades of Forest Green #119F2F

Tints of Forest Green #119F2F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 71.3%

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

R = 7.62%
G = 71.3%
B = 21.08%

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

#119F2F (or 0x119F2F) is known color: Forest Green. HEX triplet: 11, 9F and 2F. RGB value is (17,159,47). Sum of RGB (Red+Green+Blue) = 17+159+47=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 159 (62.5% from 255 or 71.30% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 159 - color contains mainly: green. Hex color #119F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F2F is #EE60D0. Grayscale: #686868. Windows color (decimal): -15622353 or 3120913. OLE color: 3120913.

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

Color convert

RGB 17 159 47 -
CMYK 0.89 0 0.70 0.38
HSL 132.68º 0.81% 0.35% -
HSV(B) 132.68º 0.89% 0.62% -
XYZ 13.14 25.12 6.85 -
YUV 103.77 95.96 66.11 -
System Red Green Blue C M Y K H S L
Decimal 17 159 47 0.89 0 0.70 0.38 132.68 0.81 0.35
Hex 11 9F 2F 59 0 46 26 85 51 23
Octal 21 237 57 131 0 106 46 205 121 43
Binary 10001 10011111 101111 1011001 0 1000110 100110 10000101 1010001 100011

Color Harmonies of #119F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F2F

Black with #119F2F

Text Example


Text Example

White with #119F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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