#117D1A

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

Shades of Forest Green #117D1A

Tints of Forest Green #117D1A

Color information

#117D1A (or 0x117D1A) is unknown color: approx Forest Green. HEX triplet: 11, 7D and 1A. RGB value is (17,125,26). Sum of RGB (Red+Green+Blue) = 17+125+26=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 125 (49.22% from 255 or 74.40% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 125 - color contains mainly: green. Hex color #117D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D1A is #EE82E5. Grayscale: #515151. Windows color (decimal): -15631078 or 1735953. OLE color: 1735953.

HSL color Cylindrical-coordinate representation of color #117D1A: hue angle of 125º degrees, saturation: 0.76, 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 #117D1A is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1712526-
CMYK0.8600.790.51
HSL125º76.06%27.84%-
HSV(B)125º86.4%49.02%-
XYZ7.7514.863.44-
YUV81.4296.7282.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 125 (49.22% from 255) = 74.40%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=10.12%
G=74.40%
B=15.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17125260.8600.790.5112576.0627.84
Hex117D1A5604F337d4c1c
Octal211753212601176317511434
Binary100011111101110101010110010011111100111111101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117D1A; }

 p { color: rgb(17,125,26); }

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

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

 a { background-color: rgb(17,125,26); }

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

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

 span { border-color: rgb(17,125,26); }

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