#119632

Color #119632 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #119632

Tints of Forest Green #119632

Color information

#119632 (or 0x119632) is unknown color: approx Forest Green. HEX triplet: 11, 96 and 32. RGB value is (17,150,50). Sum of RGB (Red+Green+Blue) = 17+150+50=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #119632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119632 is #EE69CD. Grayscale: #636363. Windows color (decimal): -15624654 or 3315217. OLE color: 3315217.

HSL color Cylindrical-coordinate representation of color #119632: hue angle of 134.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119632 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1715050-
CMYK0.8900.670.41
HSL134.89º79.64%32.75%-
HSV(B)134.89º88.67%58.82%-
XYZ11.7122.166.68-
YUV98.83100.4469.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 150 (58.98% from 255) = 69.12%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=7.83%
G=69.12%
B=23.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150500.8900.670.41134.8979.6432.75
Hex1196325904329875021
Octal212266213101035120712041
Binary1000110010110110010101100101000011101001100001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119632; }

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

 H1.HeaderClassName
 {
   color: #119632;
 }
 .AnyTagClassName
 {
   color: #119632;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #119632;
 }
 .BgClassName
 {
   background-color: #119632;
 }
</style>
border-color css

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

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

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