#129123

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

Shades of Forest Green #129123

Tints of Forest Green #129123

Color information

#129123 (or 0x129123) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 23. RGB value is (18,145,35). Sum of RGB (Red+Green+Blue) = 18+145+35=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 145 (57.03% from 255 or 73.23% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 145 - color contains mainly: green. Hex color #129123 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129123 is #ED6EDC. Grayscale: #5E5E5E. Windows color (decimal): -15560413 or 2330898. OLE color: 2330898.

HSL color Cylindrical-coordinate representation of color #129123: hue angle of 128.03º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129123 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB1814535-
CMYK0.8800.760.43
HSL128.03º77.91%31.96%-
HSV(B)128.03º87.59%56.86%-
XYZ10.6820.54.98-
YUV94.4994.4273.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 145 (57.03% from 255) = 73.23%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=9.09%
G=73.23%
B=17.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145350.8800.760.43128.0377.9131.96
Hex1291235804C2B804e20
Octal222214313001145320011640
Binary1001010010001100011101100001001100101011100000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129123; }

 p { color: rgb(18,145,35); }

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

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

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

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

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

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

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