#129526

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

Shades of Forest Green #129526

Tints of Forest Green #129526

Color information

#129526 (or 0x129526) is unknown color: approx Forest Green. HEX triplet: 12, 95 and 26. RGB value is (18,149,38). Sum of RGB (Red+Green+Blue) = 18+149+38=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #129526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129526 is #ED6AD9. Grayscale: #616161. Windows color (decimal): -15559386 or 2528530. OLE color: 2528530.

HSL color Cylindrical-coordinate representation of color #129526: hue angle of 129.16º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129526 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1814938-
CMYK0.8800.740.42
HSL129.16º78.44%32.75%-
HSV(B)129.16º87.92%58.43%-
XYZ11.3521.765.44-
YUV97.1894.671.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 149 (58.59% from 255) = 72.68%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=8.78%
G=72.68%
B=18.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149380.8800.740.42129.1678.4432.75
Hex1295265804A2A814e21
Octal222254613001125220111641
Binary1001010010101100110101100001001010101010100000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129526; }

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

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

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

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

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

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

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

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