#128C0F

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

Shades of Forest Green #128C0F

Tints of Forest Green #128C0F

Color information

#128C0F (or 0x128C0F) is unknown color: approx Forest Green. HEX triplet: 12, 8C and 0F. RGB value is (18,140,15). Sum of RGB (Red+Green+Blue) = 18+140+15=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 140 (55.08% from 255 or 80.92% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 140 - color contains mainly: green. Hex color #128C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128C0F is #ED73F0. Grayscale: #595959. Windows color (decimal): -15561713 or 1018898. OLE color: 1018898.

HSL color Cylindrical-coordinate representation of color #128C0F: hue angle of 118.56º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128C0F is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1814015-
CMYK0.8700.890.45
HSL118.56º80.65%30.39%-
HSV(B)118.56º89.29%54.9%-
XYZ9.7118.923.59-
YUV89.2786.0877.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 140 (55.08% from 255) = 80.92%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=10.40%
G=80.92%
B=8.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18140150.8700.890.45118.5680.6530.39
Hex128CF570592D77511e
Octal222141712701315516712136
Binary100101000110011111010111010110011011011110111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128C0F; }

 p { color: rgb(18,140,15); }

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

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

 a { background-color: rgb(18,140,15); }

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

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

 span { border-color: rgb(18,140,15); }

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