#127320

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

Shades of Forest Green #127320

Tints of Forest Green #127320

Color information

#127320 (or 0x127320) is unknown color: approx Forest Green. HEX triplet: 12, 73 and 20. RGB value is (18,115,32). Sum of RGB (Red+Green+Blue) = 18+115+32=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #127320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127320 is #ED8CDF. Grayscale: #4C4C4C. Windows color (decimal): -15568096 or 2126610. OLE color: 2126610.

HSL color Cylindrical-coordinate representation of color #127320: hue angle of 128.66º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127320 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1811532-
CMYK0.8400.720.55
HSL128.66º72.93%26.08%-
HSV(B)128.66º84.35%45.1%-
XYZ6.6412.493.43-
YUV76.54102.8686.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 115 (45.31% from 255) = 69.70%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=10.91%
G=69.70%
B=19.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115320.8400.720.55128.6672.9326.08
Hex127320540483781491a
Octal221634012401106720111132
Binary10010111001110000010101000100100011011110000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127320; }

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

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

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

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

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

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

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

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