#129F26

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

Shades of Forest Green #129F26

Tints of Forest Green #129F26

Color information

#129F26 (or 0x129F26) is unknown color: approx Forest Green. HEX triplet: 12, 9F and 26. RGB value is (18,159,38). Sum of RGB (Red+Green+Blue) = 18+159+38=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 159 (62.5% from 255 or 73.95% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 159 - color contains mainly: green. Hex color #129F26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F26 is #ED60D9. Grayscale: #676767. Windows color (decimal): -15556826 or 2531090. OLE color: 2531090.

HSL color Cylindrical-coordinate representation of color #129F26: hue angle of 128.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F26 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB1815938-
CMYK0.8900.760.38
HSL128.51º79.66%34.71%-
HSV(B)128.51º88.68%62.35%-
XYZ1325.065.99-
YUV103.0591.2967.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 159 (62.5% from 255) = 73.95%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=8.37%
G=73.95%
B=17.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18159380.8900.760.38128.5179.6634.71
Hex129F265904C26815023
Octal222374613101144620112043
Binary1001010011111100110101100101001100100110100000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129F26; }

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

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

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

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

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

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

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

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