Html Css Color HEX #146A1D San Felix

📋 copy color: '#146A1D'

red 20 ◦ green 106 ◦ blue 29

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

Shades of San Felix #146A1D

Tints of San Felix #146A1D

RGB

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

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

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

R = 12.9%
G = 68.39%
B = 18.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#146A1D (or 0x146A1D) is known color: San Felix. HEX triplet: 14, 6A and 1D. RGB value is (20,106,29). Sum of RGB (Red+Green+Blue) = 20+106+29=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #146A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A1D is #EB95E2. Grayscale: #474747. Windows color (decimal): -15439331 or 1927700. OLE color: 1927700.

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

Color convert

RGB 20 106 29 -
CMYK 0.81 0 0.73 0.58
HSL 126.28º 0.68% 0.25% -
HSV(B) 126.28º 0.81% 0.42% -
XYZ 5.66 10.55 2.9 -
YUV 71.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 20 106 29 0.81 0 0.73 0.58 126.28 0.68 0.25
Hex 14 6A 1D 51 0 49 3A 7E 44 19
Octal 24 152 35 121 0 111 72 176 104 31
Binary 10100 1101010 11101 1010001 0 1001001 111010 1111110 1000100 11001

Color Harmonies of #146A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146A1D

Black with #146A1D

Text Example


Text Example

White with #146A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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