#128627

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

Shades of Forest Green #128627

Tints of Forest Green #128627

Color information

#128627 (or 0x128627) is unknown color: approx Forest Green. HEX triplet: 12, 86 and 27. RGB value is (18,134,39). Sum of RGB (Red+Green+Blue) = 18+134+39=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 134 (52.73% from 255 or 70.16% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 134 - color contains mainly: green. Hex color #128627 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128627 is #ED79D8. Grayscale: #585858. Windows color (decimal): -15563225 or 2590226. OLE color: 2590226.

HSL color Cylindrical-coordinate representation of color #128627: hue angle of 130.86º 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 #128627 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1813439-
CMYK0.8700.710.47
HSL130.86º76.32%29.8%-
HSV(B)130.86º86.57%52.55%-
XYZ9.1417.334.78-
YUV88.49100.0777.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 134 (52.73% from 255) = 70.16%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=9.42%
G=70.16%
B=20.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134390.8700.710.47130.8676.3229.8
Hex128627570472F834c1e
Octal222064712701075720311436
Binary100101000011010011110101110100011110111110000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128627; }

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

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

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

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

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

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

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

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