Html Css Color HEX #119F32 Forest Green

📋 copy color: '#119F32'

red 17 ◦ green 159 ◦ blue 50

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

Shades of Forest Green #119F32

Tints of Forest Green #119F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 7.52%
G = 70.35%
B = 22.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#119F32 (or 0x119F32) is known color: Forest Green. HEX triplet: 11, 9F and 32. RGB value is (17,159,50). Sum of RGB (Red+Green+Blue) = 17+159+50=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 159 (62.5% from 255 or 70.35% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 159 - color contains mainly: green. Hex color #119F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F32 is #EE60CD. Grayscale: #686868. Windows color (decimal): -15622350 or 3317521. OLE color: 3317521.

HSL color Cylindrical-coordinate representation of color #119F32: hue angle of 133.94º 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 #119F32 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 159 50 -
CMYK 0.89 0 0.69 0.38
HSL 133.94º 0.81% 0.35% -
HSV(B) 133.94º 0.89% 0.62% -
XYZ 13.21 25.15 7.18 -
YUV 104.12 97.46 65.86 -
System Red Green Blue C M Y K H S L
Decimal 17 159 50 0.89 0 0.69 0.38 133.94 0.81 0.35
Hex 11 9F 32 59 0 45 26 86 51 23
Octal 21 237 62 131 0 105 46 206 121 43
Binary 10001 10011111 110010 1011001 0 1000101 100110 10000110 1010001 100011

Color Harmonies of #119F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F32

Black with #119F32

Text Example


Text Example

White with #119F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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