#128217

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

Shades of Forest Green #128217

Tints of Forest Green #128217

Color information

#128217 (or 0x128217) is unknown color: approx Forest Green. HEX triplet: 12, 82 and 17. RGB value is (18,130,23). Sum of RGB (Red+Green+Blue) = 18+130+23=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #128217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128217 is #ED7DE8. Grayscale: #545454. Windows color (decimal): -15564265 or 1540626. OLE color: 1540626.

HSL color Cylindrical-coordinate representation of color #128217: hue angle of 122.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128217 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1813023-
CMYK0.8600.820.49
HSL122.68º75.68%29.02%-
HSV(B)122.68º86.15%50.98%-
XYZ8.3916.163.49-
YUV84.3193.3980.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 130 (51.17% from 255) = 76.02%
BLUE value IS 23 (9.38% from 255) = 13.45%
R=10.53%
G=76.02%
B=13.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130230.8600.820.49122.6875.6829.02
Hex12821756052317b4c1d
Octal222022712601226117311435
Binary1001010000010101111010110010100101100011111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128217; }

 p { color: rgb(18,130,23); }

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

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

 a { background-color: rgb(18,130,23); }

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

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

 span { border-color: rgb(18,130,23); }

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