Html Css Color HEX #14681C San Felix

📋 copy color: '#14681C'

red 20 ◦ green 104 ◦ blue 28

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

Shades of San Felix #14681C

Tints of San Felix #14681C

RGB

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

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

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

R = 13.16%
G = 68.42%
B = 18.42%

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

#14681C (or 0x14681C) is known color: San Felix. HEX triplet: 14, 68 and 1C. RGB value is (20,104,28). Sum of RGB (Red+Green+Blue) = 20+104+28=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #14681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14681C is #EB97E3. Grayscale: #464646. Windows color (decimal): -15439844 or 1861652. OLE color: 1861652.

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

Color convert

RGB 20 104 28 -
CMYK 0.81 0 0.73 0.59
HSL 125.71º 0.68% 0.24% -
HSV(B) 125.71º 0.81% 0.41% -
XYZ 5.45 10.13 2.77 -
YUV 70.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 20 104 28 0.81 0 0.73 0.59 125.71 0.68 0.24
Hex 14 68 1C 51 0 49 3B 7E 44 18
Octal 24 150 34 121 0 111 73 176 104 30
Binary 10100 1101000 11100 1010001 0 1001001 111011 1111110 1000100 11000

Color Harmonies of #14681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14681C

Black with #14681C

Text Example


Text Example

White with #14681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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