Html Css Color HEX #146D1D San Felix

📋 copy color: '#146D1D'

red 20 ◦ green 109 ◦ blue 29

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

Shades of San Felix #146D1D

Tints of San Felix #146D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 68.99%

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

R = 12.66%
G = 68.99%
B = 18.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#146D1D (or 0x146D1D) is known color: San Felix. HEX triplet: 14, 6D and 1D. RGB value is (20,109,29). Sum of RGB (Red+Green+Blue) = 20+109+29=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 109 (42.97% from 255 or 68.99% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 109 - color contains mainly: green. Hex color #146D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146D1D is #EB92E2. Grayscale: #494949. Windows color (decimal): -15438563 or 1928468. OLE color: 1928468.

HSL color Cylindrical-coordinate representation of color #146D1D: hue angle of 126.07º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D1D is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 109 29 -
CMYK 0.82 0 0.73 0.57
HSL 126.07º 0.69% 0.25% -
HSV(B) 126.07º 0.82% 0.43% -
XYZ 5.98 11.17 3 -
YUV 73.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 20 109 29 0.82 0 0.73 0.57 126.07 0.69 0.25
Hex 14 6D 1D 52 0 49 39 7E 45 19
Octal 24 155 35 122 0 111 71 176 105 31
Binary 10100 1101101 11101 1010010 0 1001001 111001 1111110 1000101 11001

Color Harmonies of #146D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146D1D

Black with #146D1D

Text Example


Text Example

White with #146D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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