Html Css Color HEX #11701D San Felix

📋 copy color: '#11701D'

red 17 ◦ green 112 ◦ blue 29

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

Shades of San Felix #11701D

Tints of San Felix #11701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 70.89%

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

R = 10.76%
G = 70.89%
B = 18.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#11701D (or 0x11701D) is known color: San Felix. HEX triplet: 11, 70 and 1D. RGB value is (17,112,29). Sum of RGB (Red+Green+Blue) = 17+112+29=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #11701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11701D is #EE8FE2. Grayscale: #4A4A4A. Windows color (decimal): -15634403 or 1929233. OLE color: 1929233.

HSL color Cylindrical-coordinate representation of color #11701D: hue angle of 127.58º degrees, saturation: 0.74, 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 #11701D is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 29 -
CMYK 0.85 0 0.74 0.56
HSL 127.58º 0.74% 0.25% -
HSV(B) 127.58º 0.85% 0.44% -
XYZ 6.25 11.8 3.11 -
YUV 74.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 17 112 29 0.85 0 0.74 0.56 127.58 0.74 0.25
Hex 11 70 1D 55 0 4A 38 80 4A 19
Octal 21 160 35 125 0 112 70 200 112 31
Binary 10001 1110000 11101 1010101 0 1001010 111000 10000000 1001010 11001

Color Harmonies of #11701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11701D

Black with #11701D

Text Example


Text Example

White with #11701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11701D; }

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

 H1.HeaderClassName
 {
   color: #11701D;
 }
 .AnyTagClassName
 {
   color: #11701D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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