#128618

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

Shades of Forest Green #128618

Tints of Forest Green #128618

Color information

#128618 (or 0x128618) is unknown color: approx Forest Green. HEX triplet: 12, 86 and 18. RGB value is (18,134,24). Sum of RGB (Red+Green+Blue) = 18+134+24=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 134 (52.73% from 255 or 76.14% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 134 - color contains mainly: green. Hex color #128618 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128618 is #ED79E7. Grayscale: #575757. Windows color (decimal): -15563240 or 1607186. OLE color: 1607186.

HSL color Cylindrical-coordinate representation of color #128618: hue angle of 123.1º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128618 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1813424-
CMYK0.8700.820.47
HSL123.1º76.32%29.8%-
HSV(B)123.1º86.57%52.55%-
XYZ8.9417.243.72-
YUV86.7892.5778.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 134 (52.73% from 255) = 76.14%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=10.23%
G=76.14%
B=13.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134240.8700.820.47123.176.3229.8
Hex128618570522F7b4c1e
Octal222063012701225717311436
Binary1001010000110110001010111010100101011111111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128618; }

 p { color: rgb(18,134,24); }

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

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

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

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

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

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

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