#128411

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

Shades of Forest Green #128411

Tints of Forest Green #128411

Color information

#128411 (or 0x128411) is unknown color: approx Forest Green. HEX triplet: 12, 84 and 11. RGB value is (18,132,17). Sum of RGB (Red+Green+Blue) = 18+132+17=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 132 (51.95% from 255 or 79.04% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 132 - color contains mainly: green. Hex color #128411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128411 is #ED7BEE. Grayscale: #555555. Windows color (decimal): -15563759 or 1147922. OLE color: 1147922.

HSL color Cylindrical-coordinate representation of color #128411: hue angle of 119.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128411 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1813217-
CMYK0.8600.870.48
HSL119.48º77.18%29.22%-
HSV(B)119.48º87.12%51.76%-
XYZ8.616.673.29-
YUV84.889.7380.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 132 (51.95% from 255) = 79.04%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=10.78%
G=79.04%
B=10.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132170.8600.870.48119.4877.1829.22
Hex1284115605730774d1d
Octal222042112601276016711535
Binary1001010000100100011010110010101111100001110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128411; }

 p { color: rgb(18,132,17); }

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

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

 a { background-color: rgb(18,132,17); }

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

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

 span { border-color: rgb(18,132,17); }

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