#119A2D

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

Shades of Forest Green #119A2D

Tints of Forest Green #119A2D

Color information

#119A2D (or 0x119A2D) is unknown color: approx Forest Green. HEX triplet: 11, 9A and 2D. RGB value is (17,154,45). Sum of RGB (Red+Green+Blue) = 17+154+45=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 154 (60.55% from 255 or 71.30% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 154 - color contains mainly: green. Hex color #119A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119A2D is #EE65D2. Grayscale: #646464. Windows color (decimal): -15623635 or 2988561. OLE color: 2988561.

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

Color convert

RGB1715445-
CMYK0.8900.710.40
HSL132.26º80.12%33.53%-
HSV(B)132.26º88.96%60.39%-
XYZ12.2623.426.36-
YUV100.6196.6168.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 154 (60.55% from 255) = 71.30%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=7.87%
G=71.30%
B=20.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17154450.8900.710.40132.2680.1233.53
Hex119A2D5904728845022
Octal212325513101075020412042
Binary1000110011010101101101100101000111101000100001001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,154,45); }

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

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

 a { background-color: rgb(17,154,45); }

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

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

 span { border-color: rgb(17,154,45); }

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