Html Css Color HEX #14681F San Felix

📋 copy color: '#14681F'

red 20 ◦ green 104 ◦ blue 31

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

Shades of San Felix #14681F

Tints of San Felix #14681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.1%

 BLUE value IS 31 (12.5% from 255) = 20%

R = 12.9%
G = 67.1%
B = 20%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#14681F (or 0x14681F) is known color: San Felix. HEX triplet: 14, 68 and 1F. RGB value is (20,104,31). Sum of RGB (Red+Green+Blue) = 20+104+31=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #14681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14681F is #EB97E0. Grayscale: #464646. Windows color (decimal): -15439841 or 2058260. OLE color: 2058260.

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

Color convert

RGB 20 104 31 -
CMYK 0.81 0 0.70 0.59
HSL 127.86º 0.68% 0.24% -
HSV(B) 127.86º 0.81% 0.41% -
XYZ 5.49 10.15 2.97 -
YUV 70.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 20 104 31 0.81 0 0.70 0.59 127.86 0.68 0.24
Hex 14 68 1F 51 0 46 3B 80 44 18
Octal 24 150 37 121 0 106 73 200 104 30
Binary 10100 1101000 11111 1010001 0 1000110 111011 10000000 1000100 11000

Color Harmonies of #14681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14681F

Black with #14681F

Text Example


Text Example

White with #14681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14681F; }

 p { color: rgb(20,104,31); }

 H1.HeaderClassName
 {
   color: #14681F;
 }
 .AnyTagClassName
 {
   color: #14681F;
 }
</style>

background-color css

<style>
 a { background-color: #14681F; }

 a { background-color: rgb(20,104,31); }

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

border-color css

<style>
 span { border-color: #14681F; }

 span { border-color: rgb(20,104,31); }

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