#129125

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

Shades of Forest Green #129125

Tints of Forest Green #129125

Color information

#129125 (or 0x129125) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 25. RGB value is (18,145,37). Sum of RGB (Red+Green+Blue) = 18+145+37=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 145 (57.03% from 255 or 72.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 145 - color contains mainly: green. Hex color #129125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129125 is #ED6EDA. Grayscale: #5F5F5F. Windows color (decimal): -15560411 or 2461970. OLE color: 2461970.

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

Color convert

RGB1814537-
CMYK0.8800.740.43
HSL128.98º77.91%31.96%-
HSV(B)128.98º87.59%56.86%-
XYZ10.7120.515.15-
YUV94.7295.4273.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 145 (57.03% from 255) = 72.5%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=9%
G=72.5%
B=18.5%

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
Decimal18145370.8800.740.43128.9877.9131.96
Hex1291255804A2B814e20
Octal222214513001125320111640
Binary1001010010001100101101100001001010101011100000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129125; }

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

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

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

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

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

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

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

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