#119527

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

Shades of Forest Green #119527

Tints of Forest Green #119527

Color information

#119527 (or 0x119527) is unknown color: approx Forest Green. HEX triplet: 11, 95 and 27. RGB value is (17,149,39). Sum of RGB (Red+Green+Blue) = 17+149+39=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #119527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119527 is #EE6AD8. Grayscale: #616161. Windows color (decimal): -15624921 or 2594065. OLE color: 2594065.

HSL color Cylindrical-coordinate representation of color #119527: hue angle of 130º 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 #119527 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1714939-
CMYK0.8900.740.42
HSL130º79.52%32.55%-
HSV(B)130º88.59%58.43%-
XYZ11.3421.765.52-
YUV96.9995.2770.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 149 (58.59% from 255) = 72.68%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=8.29%
G=72.68%
B=19.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149390.8900.740.4213079.5232.55
Hex1195275904A2A825021
Octal212254713101125220212041
Binary1000110010101100111101100101001010101010100000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119527; }

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

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

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

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

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

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

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

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