Html Css Color HEX #14681B San Felix

📋 copy color: '#14681B'

red 20 ◦ green 104 ◦ blue 27

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

Shades of San Felix #14681B

Tints of San Felix #14681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 13.25%
G = 68.87%
B = 17.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#14681B (or 0x14681B) is known color: San Felix. HEX triplet: 14, 68 and 1B. RGB value is (20,104,27). Sum of RGB (Red+Green+Blue) = 20+104+27=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #14681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14681B is #EB97E4. Grayscale: #464646. Windows color (decimal): -15439845 or 1796116. OLE color: 1796116.

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

Color convert

RGB 20 104 27 -
CMYK 0.81 0 0.74 0.59
HSL 125º 0.68% 0.24% -
HSV(B) 125º 0.81% 0.41% -
XYZ 5.44 10.13 2.71 -
YUV 70.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 20 104 27 0.81 0 0.74 0.59 125 0.68 0.24
Hex 14 68 1B 51 0 4A 3B 7D 44 18
Octal 24 150 33 121 0 112 73 175 104 30
Binary 10100 1101000 11011 1010001 0 1001010 111011 1111101 1000100 11000

Color Harmonies of #14681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14681B

Black with #14681B

Text Example


Text Example

White with #14681B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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