#129127

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

Shades of Forest Green #129127

Tints of Forest Green #129127

Color information

#129127 (or 0x129127) is unknown color: approx Forest Green. HEX triplet: 12, 91 and 27. RGB value is (18,145,39). Sum of RGB (Red+Green+Blue) = 18+145+39=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 145 (57.03% from 255 or 71.78% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 145 - color contains mainly: green. Hex color #129127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129127 is #ED6ED8. Grayscale: #5F5F5F. Windows color (decimal): -15560409 or 2593042. OLE color: 2593042.

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

Color convert

RGB1814539-
CMYK0.8800.730.43
HSL129.92º77.91%31.96%-
HSV(B)129.92º87.59%56.86%-
XYZ10.7420.535.32-
YUV94.9496.4273.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 145 (57.03% from 255) = 71.78%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=8.91%
G=71.78%
B=19.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145390.8800.730.43129.9277.9131.96
Hex129127580492B824e20
Octal222214713001115320211640
Binary1001010010001100111101100001001001101011100000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129127; }

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

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

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

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

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

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

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

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