Html Css Color HEX #146A1C San Felix

📋 copy color: '#146A1C'

red 20 ◦ green 106 ◦ blue 28

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

Shades of San Felix #146A1C

Tints of San Felix #146A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 68.83%

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

R = 12.99%
G = 68.83%
B = 18.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#146A1C (or 0x146A1C) is known color: San Felix. HEX triplet: 14, 6A and 1C. RGB value is (20,106,28). Sum of RGB (Red+Green+Blue) = 20+106+28=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 106 (41.80% from 255 or 68.83% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 106 - color contains mainly: green. Hex color #146A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A1C is #EB95E3. Grayscale: #474747. Windows color (decimal): -15439332 or 1862164. OLE color: 1862164.

HSL color Cylindrical-coordinate representation of color #146A1C: hue angle of 125.58º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146A1C is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 106 28 -
CMYK 0.81 0 0.74 0.58
HSL 125.58º 0.68% 0.25% -
HSV(B) 125.58º 0.81% 0.42% -
XYZ 5.65 10.54 2.84 -
YUV 71.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 20 106 28 0.81 0 0.74 0.58 125.58 0.68 0.25
Hex 14 6A 1C 51 0 4A 3A 7E 44 19
Octal 24 152 34 121 0 112 72 176 104 31
Binary 10100 1101010 11100 1010001 0 1001010 111010 1111110 1000100 11001

Color Harmonies of #146A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146A1C

Black with #146A1C

Text Example


Text Example

White with #146A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146A1C; }

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

 H1.HeaderClassName
 {
   color: #146A1C;
 }
 .AnyTagClassName
 {
   color: #146A1C;
 }
</style>

background-color css

<style>
 a { background-color: #146A1C; }

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

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

border-color css

<style>
 span { border-color: #146A1C; }

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

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