Html Css Color HEX #14671D San Felix

📋 copy color: '#14671D'

red 20 ◦ green 103 ◦ blue 29

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

Shades of San Felix #14671D

Tints of San Felix #14671D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 67.76%

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 13.16%
G = 67.76%
B = 19.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#14671D (or 0x14671D) is known color: San Felix. HEX triplet: 14, 67 and 1D. RGB value is (20,103,29). Sum of RGB (Red+Green+Blue) = 20+103+29=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #14671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14671D is #EB98E2. Grayscale: #454545. Windows color (decimal): -15440099 or 1926932. OLE color: 1926932.

HSL color Cylindrical-coordinate representation of color #14671D: hue angle of 126.51º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14671D is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 103 29 -
CMYK 0.81 0 0.72 0.60
HSL 126.51º 0.67% 0.24% -
HSV(B) 126.51º 0.81% 0.4% -
XYZ 5.36 9.94 2.8 -
YUV 69.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 20 103 29 0.81 0 0.72 0.60 126.51 0.67 0.24
Hex 14 67 1D 51 0 48 3C 7F 43 18
Octal 24 147 35 121 0 110 74 177 103 30
Binary 10100 1100111 11101 1010001 0 1001000 111100 1111111 1000011 11000

Color Harmonies of #14671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14671D

Black with #14671D

Text Example


Text Example

White with #14671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14671D; }

 p { color: rgb(20,103,29); }

 H1.HeaderClassName
 {
   color: #14671D;
 }
 .AnyTagClassName
 {
   color: #14671D;
 }
</style>

background-color css

<style>
 a { background-color: #14671D; }

 a { background-color: rgb(20,103,29); }

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

border-color css

<style>
 span { border-color: #14671D; }

 span { border-color: rgb(20,103,29); }

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