#129126

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

Shades of Forest Green #129126

Tints of Forest Green #129126

Color information

#129126 (or 0x129126) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 26. RGB value is (18,145,38). Sum of RGB (Red+Green+Blue) = 18+145+38=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #129126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129126 is #ED6ED9. Grayscale: #5F5F5F. Windows color (decimal): -15560410 or 2527506. OLE color: 2527506.

HSL color Cylindrical-coordinate representation of color #129126: hue angle of 129.45º 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 #129126 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1814538-
CMYK0.8800.740.43
HSL129.45º77.91%31.96%-
HSV(B)129.45º87.59%56.86%-
XYZ10.7220.525.23-
YUV94.8395.9273.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 145 (57.03% from 255) = 72.14%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=8.96%
G=72.14%
B=18.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145380.8800.740.43129.4577.9131.96
Hex1291265804A2B814e20
Octal222214613001125320111640
Binary1001010010001100110101100001001010101011100000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129126; }

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

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

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

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

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

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

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

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