Html Css Color HEX #119B32 Forest Green

📋 copy color: '#119B32'

red 17 ◦ green 155 ◦ blue 50

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

Shades of Forest Green #119B32

Tints of Forest Green #119B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 69.82%

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

R = 7.66%
G = 69.82%
B = 22.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#119B32 (or 0x119B32) is known color: Forest Green. HEX triplet: 11, 9B and 32. RGB value is (17,155,50). Sum of RGB (Red+Green+Blue) = 17+155+50=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 155 (60.94% from 255 or 69.82% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 155 - color contains mainly: green. Hex color #119B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B32 is #EE64CD. Grayscale: #666666. Windows color (decimal): -15623374 or 3316497. OLE color: 3316497.

HSL color Cylindrical-coordinate representation of color #119B32: hue angle of 134.35º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B32 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 155 50 -
CMYK 0.89 0 0.68 0.39
HSL 134.35º 0.8% 0.34% -
HSV(B) 134.35º 0.89% 0.61% -
XYZ 12.53 23.79 6.95 -
YUV 101.77 98.78 67.54 -
System Red Green Blue C M Y K H S L
Decimal 17 155 50 0.89 0 0.68 0.39 134.35 0.8 0.34
Hex 11 9B 32 59 0 44 27 86 50 22
Octal 21 233 62 131 0 104 47 206 120 42
Binary 10001 10011011 110010 1011001 0 1000100 100111 10000110 1010000 100010

Color Harmonies of #119B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B32

Black with #119B32

Text Example


Text Example

White with #119B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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