Html Css Color HEX #14681E San Felix

📋 copy color: '#14681E'

red 20 ◦ green 104 ◦ blue 30

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

Shades of San Felix #14681E

Tints of San Felix #14681E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 12.99%
G = 67.53%
B = 19.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#14681E (or 0x14681E) is known color: San Felix. HEX triplet: 14, 68 and 1E. RGB value is (20,104,30). Sum of RGB (Red+Green+Blue) = 20+104+30=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #14681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14681E is #EB97E1. Grayscale: #464646. Windows color (decimal): -15439842 or 1992724. OLE color: 1992724.

HSL color Cylindrical-coordinate representation of color #14681E: hue angle of 127.14º 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 #14681E is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 30 -
CMYK 0.81 0 0.71 0.59
HSL 127.14º 0.68% 0.24% -
HSV(B) 127.14º 0.81% 0.41% -
XYZ 5.47 10.14 2.9 -
YUV 70.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 20 104 30 0.81 0 0.71 0.59 127.14 0.68 0.24
Hex 14 68 1E 51 0 47 3B 7F 44 18
Octal 24 150 36 121 0 107 73 177 104 30
Binary 10100 1101000 11110 1010001 0 1000111 111011 1111111 1000100 11000

Color Harmonies of #14681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14681E

Black with #14681E

Text Example


Text Example

White with #14681E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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