#127824

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

Shades of Forest Green #127824

Tints of Forest Green #127824

Color information

#127824 (or 0x127824) is unknown color: approx Forest Green. HEX triplet: 12, 78 and 24. RGB value is (18,120,36). Sum of RGB (Red+Green+Blue) = 18+120+36=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 120 (47.27% from 255 or 68.97% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 120 - color contains mainly: green. Hex color #127824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127824 is #ED87DB. Grayscale: #505050. Windows color (decimal): -15566812 or 2390034. OLE color: 2390034.

HSL color Cylindrical-coordinate representation of color #127824: hue angle of 130.59º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127824 is Cyan = 0.85, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB1812036-
CMYK0.8500.70.53
HSL130.59º73.91%27.06%-
HSV(B)130.59º85%47.06%-
XYZ7.2813.693.93-
YUV79.93103.2183.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 120 (47.27% from 255) = 68.97%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=10.34%
G=68.97%
B=20.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120360.8500.70.53130.5973.9127.06
Hex1278245504635834a1b
Octal221704412501066520311233
Binary10010111100010010010101010100011011010110000011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127824; }

 p { color: rgb(18,120,36); }

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

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

 a { background-color: rgb(18,120,36); }

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

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

 span { border-color: rgb(18,120,36); }

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