#119525

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

Shades of Forest Green #119525

Tints of Forest Green #119525

Color information

#119525 (or 0x119525) is unknown color: approx Forest Green. HEX triplet: 11, 95 and 25. RGB value is (17,149,37). Sum of RGB (Red+Green+Blue) = 17+149+37=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #119525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119525 is #EE6ADA. Grayscale: #616161. Windows color (decimal): -15624923 or 2462993. OLE color: 2462993.

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

Color convert

RGB1714937-
CMYK0.8900.750.42
HSL129.09º79.52%32.55%-
HSV(B)129.09º88.59%58.43%-
XYZ11.3121.755.35-
YUV96.7694.2771.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 149 (58.59% from 255) = 73.40%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=8.37%
G=73.40%
B=18.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149370.8900.750.42129.0979.5232.55
Hex1195255904B2A815021
Octal212254513101135220112041
Binary1000110010101100101101100101001011101010100000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119525; }

 p { color: rgb(17,149,37); }

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

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

 a { background-color: rgb(17,149,37); }

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

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

 span { border-color: rgb(17,149,37); }

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