#128912

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

Shades of Forest Green #128912

Tints of Forest Green #128912

Color information

#128912 (or 0x128912) is unknown color: approx Forest Green. HEX triplet: 12, 89 and 12. RGB value is (18,137,18). Sum of RGB (Red+Green+Blue) = 18+137+18=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 137 (53.91% from 255 or 79.19% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 137 - color contains mainly: green. Hex color #128912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128912 is #ED76ED. Grayscale: #585858. Windows color (decimal): -15562478 or 1214738. OLE color: 1214738.

HSL color Cylindrical-coordinate representation of color #128912: hue angle of 120º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128912 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB1813718-
CMYK0.8700.870.46
HSL120º76.77%30.39%-
HSV(B)120º86.86%53.73%-
XYZ9.318.063.57-
YUV87.8588.5878.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 137 (53.91% from 255) = 79.19%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=10.40%
G=79.19%
B=10.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137180.8700.870.4612076.7730.39
Hex128912570572E784d1e
Octal222112212701275617011536
Binary1001010001001100101010111010101111011101111000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128912; }

 p { color: rgb(18,137,18); }

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

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

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

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

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

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

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