Html Css Color HEX #146E1F San Felix

📋 copy color: '#146E1F'

red 20 ◦ green 110 ◦ blue 31

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

Shades of San Felix #146E1F

Tints of San Felix #146E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 68.32%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 12.42%
G = 68.32%
B = 19.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#146E1F (or 0x146E1F) is known color: San Felix. HEX triplet: 14, 6E and 1F. RGB value is (20,110,31). Sum of RGB (Red+Green+Blue) = 20+110+31=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #146E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146E1F is #EB91E0. Grayscale: #4A4A4A. Windows color (decimal): -15438305 or 2059796. OLE color: 2059796.

HSL color Cylindrical-coordinate representation of color #146E1F: hue angle of 127.33º 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 #146E1F is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 110 31 -
CMYK 0.82 0 0.72 0.57
HSL 127.33º 0.69% 0.25% -
HSV(B) 127.33º 0.82% 0.43% -
XYZ 6.11 11.4 3.17 -
YUV 74.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 20 110 31 0.82 0 0.72 0.57 127.33 0.69 0.25
Hex 14 6E 1F 52 0 48 39 7F 45 19
Octal 24 156 37 122 0 110 71 177 105 31
Binary 10100 1101110 11111 1010010 0 1001000 111001 1111111 1000101 11001

Color Harmonies of #146E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146E1F

Black with #146E1F

Text Example


Text Example

White with #146E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,110,31); }

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

background-color css

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

 a { background-color: rgb(20,110,31); }

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

border-color css

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

 span { border-color: rgb(20,110,31); }

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