Html Css Color HEX #14671B San Felix

📋 copy color: '#14671B'

red 20 ◦ green 103 ◦ blue 27

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

Shades of San Felix #14671B

Tints of San Felix #14671B

RGB

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

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

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

R = 13.33%
G = 68.67%
B = 18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#14671B (or 0x14671B) is known color: San Felix. HEX triplet: 14, 67 and 1B. RGB value is (20,103,27). Sum of RGB (Red+Green+Blue) = 20+103+27=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 103 (40.62% from 255 or 68.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 103 - color contains mainly: green. Hex color #14671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14671B is #EB98E4. Grayscale: #454545. Windows color (decimal): -15440101 or 1795860. OLE color: 1795860.

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

Color convert

RGB 20 103 27 -
CMYK 0.81 0 0.74 0.60
HSL 125.06º 0.67% 0.24% -
HSV(B) 125.06º 0.81% 0.4% -
XYZ 5.34 9.93 2.67 -
YUV 69.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 20 103 27 0.81 0 0.74 0.60 125.06 0.67 0.24
Hex 14 67 1B 51 0 4A 3C 7D 43 18
Octal 24 147 33 121 0 112 74 175 103 30
Binary 10100 1100111 11011 1010001 0 1001010 111100 1111101 1000011 11000

Color Harmonies of #14671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14671B

Black with #14671B

Text Example


Text Example

White with #14671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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