#117F27

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

Shades of Forest Green #117F27

Tints of Forest Green #117F27

Color information

#117F27 (or 0x117F27) is unknown color: approx Forest Green. HEX triplet: 11, 7F and 27. RGB value is (17,127,39). Sum of RGB (Red+Green+Blue) = 17+127+39=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 127 (50% from 255 or 69.40% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 127 - color contains mainly: green. Hex color #117F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117F27 is #EE80D8. Grayscale: #545454. Windows color (decimal): -15630553 or 2588433. OLE color: 2588433.

HSL color Cylindrical-coordinate representation of color #117F27: hue angle of 132º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F27 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1712739-
CMYK0.8700.690.50
HSL132º76.39%28.24%-
HSV(B)132º86.61%49.8%-
XYZ8.1915.444.47-
YUV84.08102.5680.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 127 (50% from 255) = 69.40%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=9.29%
G=69.40%
B=21.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17127390.8700.690.5013276.3928.24
Hex117F275704532844c1c
Octal211774712701056220411434
Binary10001111111110011110101110100010111001010000100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,127,39); }

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

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

 a { background-color: rgb(17,127,39); }

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

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

 span { border-color: rgb(17,127,39); }

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