Html Css Color HEX #14691C San Felix

📋 copy color: '#14691C'

red 20 ◦ green 105 ◦ blue 28

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

Shades of San Felix #14691C

Tints of San Felix #14691C

RGB

 RED value IS 20 (8.2% from 255) = 13.07%

 GREEN value IS 105 (41.41% from 255) = 68.63%

 BLUE value IS 28 (11.33% from 255) = 18.3%

R = 13.07%
G = 68.63%
B = 18.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#14691C (or 0x14691C) is known color: San Felix. HEX triplet: 14, 69 and 1C. RGB value is (20,105,28). Sum of RGB (Red+Green+Blue) = 20+105+28=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #14691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14691C is #EB96E3. Grayscale: #474747. Windows color (decimal): -15439588 or 1861908. OLE color: 1861908.

HSL color Cylindrical-coordinate representation of color #14691C: hue angle of 125.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14691C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 105 28 -
CMYK 0.81 0 0.73 0.59
HSL 125.65º 0.68% 0.25% -
HSV(B) 125.65º 0.81% 0.41% -
XYZ 5.55 10.34 2.8 -
YUV 70.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 20 105 28 0.81 0 0.73 0.59 125.65 0.68 0.25
Hex 14 69 1C 51 0 49 3B 7E 44 19
Octal 24 151 34 121 0 111 73 176 104 31
Binary 10100 1101001 11100 1010001 0 1001001 111011 1111110 1000100 11001

Color Harmonies of #14691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14691C

Black with #14691C

Text Example


Text Example

White with #14691C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14691C; }

 p { color: rgb(20,105,28); }

 H1.HeaderClassName
 {
   color: #14691C;
 }
 .AnyTagClassName
 {
   color: #14691C;
 }
</style>

background-color css

<style>
 a { background-color: #14691C; }

 a { background-color: rgb(20,105,28); }

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

border-color css

<style>
 span { border-color: #14691C; }

 span { border-color: rgb(20,105,28); }

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