Html Css Color HEX #116F1A Forest Green

📋 copy color: '#116F1A'

red 17 ◦ green 111 ◦ blue 26

#116F1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #116F1A

Tints of Forest Green #116F1A

RGB

 RED value IS 17 (7.03% from 255) = 11.04%

 GREEN value IS 111 (43.75% from 255) = 72.08%

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 11.04%
G = 72.08%
B = 16.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#116F1A (or 0x116F1A) is known color: Forest Green. HEX triplet: 11, 6F and 1A. RGB value is (17,111,26). Sum of RGB (Red+Green+Blue) = 17+111+26=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #116F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F1A is #EE90E5. Grayscale: #494949. Windows color (decimal): -15634662 or 1732369. OLE color: 1732369.

HSL color Cylindrical-coordinate representation of color #116F1A: hue angle of 125.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F1A is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 111 26 -
CMYK 0.85 0 0.77 0.56
HSL 125.74º 0.73% 0.25% -
HSV(B) 125.74º 0.85% 0.44% -
XYZ 6.1 11.56 2.89 -
YUV 73.2 101.36 87.91 -
System Red Green Blue C M Y K H S L
Decimal 17 111 26 0.85 0 0.77 0.56 125.74 0.73 0.25
Hex 11 6F 1A 55 0 4D 38 7E 49 19
Octal 21 157 32 125 0 115 70 176 111 31
Binary 10001 1101111 11010 1010101 0 1001101 111000 1111110 1001001 11001

Color Harmonies of #116F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F1A

Black with #116F1A

Text Example


Text Example

White with #116F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116F1A; }

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

 H1.HeaderClassName
 {
   color: #116F1A;
 }
 .AnyTagClassName
 {
   color: #116F1A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #116F1A;
 }
 .BgClassName
 {
   background-color: #116F1A;
 }
</style>

border-color css

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

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

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