Html Css Color HEX #116E1D San Felix

📋 copy color: '#116E1D'

red 17 ◦ green 110 ◦ blue 29

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

Shades of San Felix #116E1D

Tints of San Felix #116E1D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 70.51%

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 10.9%
G = 70.51%
B = 18.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#116E1D (or 0x116E1D) is known color: San Felix. HEX triplet: 11, 6E and 1D. RGB value is (17,110,29). Sum of RGB (Red+Green+Blue) = 17+110+29=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 110 (43.36% from 255 or 70.51% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 110 - color contains mainly: green. Hex color #116E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E1D is #EE91E2. Grayscale: #494949. Windows color (decimal): -15634915 or 1928721. OLE color: 1928721.

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

Color convert

RGB 17 110 29 -
CMYK 0.85 0 0.74 0.57
HSL 127.74º 0.73% 0.25% -
HSV(B) 127.74º 0.85% 0.43% -
XYZ 6.03 11.36 3.04 -
YUV 72.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 17 110 29 0.85 0 0.74 0.57 127.74 0.73 0.25
Hex 11 6E 1D 55 0 4A 39 80 49 19
Octal 21 156 35 125 0 112 71 200 111 31
Binary 10001 1101110 11101 1010101 0 1001010 111001 10000000 1001001 11001

Color Harmonies of #116E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E1D

Black with #116E1D

Text Example


Text Example

White with #116E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,110,29); }

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

background-color css

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

 a { background-color: rgb(17,110,29); }

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

border-color css

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

 span { border-color: rgb(17,110,29); }

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