#128622

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

Shades of Forest Green #128622

Tints of Forest Green #128622

Color information

#128622 (or 0x128622) is unknown color: approx Forest Green. HEX triplet: 12, 86 and 22. RGB value is (18,134,34). Sum of RGB (Red+Green+Blue) = 18+134+34=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #128622 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128622 is #ED79DD. Grayscale: #585858. Windows color (decimal): -15563230 or 2262546. OLE color: 2262546.

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

Color convert

RGB1813434-
CMYK0.8700.750.47
HSL128.28º76.32%29.8%-
HSV(B)128.28º86.57%52.55%-
XYZ9.0617.294.37-
YUV87.9297.5778.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 134 (52.73% from 255) = 72.04%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=9.68%
G=72.04%
B=18.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134340.8700.750.47128.2876.3229.8
Hex1286225704B2F804c1e
Octal222064212701135720011436
Binary100101000011010001010101110100101110111110000000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128622; }

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

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

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

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

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

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

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

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