#127D20

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

Shades of Forest Green #127D20

Tints of Forest Green #127D20

Color information

#127D20 (or 0x127D20) is unknown color: approx Forest Green. HEX triplet: 12, 7D and 20. RGB value is (18,125,32). Sum of RGB (Red+Green+Blue) = 18+125+32=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 125 (49.22% from 255 or 71.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 125 - color contains mainly: green. Hex color #127D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D20 is #ED82DF. Grayscale: #525252. Windows color (decimal): -15565536 or 2129170. OLE color: 2129170.

HSL color Cylindrical-coordinate representation of color #127D20: hue angle of 127.85º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D20 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB1812532-
CMYK0.8600.740.51
HSL127.85º74.83%28.04%-
HSV(B)127.85º85.6%49.02%-
XYZ7.8414.93.83-
YUV82.499.5582.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 125 (49.22% from 255) = 71.43%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=10.29%
G=71.43%
B=18.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125320.8600.740.51127.8574.8328.04
Hex127D205604A33804b1c
Octal221754012601126320011334
Binary10010111110110000010101100100101011001110000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127D20; }

 p { color: rgb(18,125,32); }

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

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

 a { background-color: rgb(18,125,32); }

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

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

 span { border-color: rgb(18,125,32); }

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