#14701F

Color #14701F San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #14701F

Tints of San Felix #14701F

Color information

#14701F (or 0x14701F) is unknown color: approx San Felix. HEX triplet: 14, 70 and 1F. RGB value is (20,112,31). Sum of RGB (Red+Green+Blue) = 20+112+31=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #14701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14701F is #EB8FE0. Grayscale: #4B4B4B. Windows color (decimal): -15437793 or 2060308. OLE color: 2060308.

HSL color Cylindrical-coordinate representation of color #14701F: hue angle of 127.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14701F is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB2011231-
CMYK0.8200.720.56
HSL127.17º69.7%25.88%-
HSV(B)127.17º82.14%43.92%-
XYZ6.3311.843.25-
YUV75.26103.0288.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 112 (44.14% from 255) = 68.71%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=12.27%
G=68.71%
B=19.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20112310.8200.720.56127.1769.725.88
Hex14701F52048387f461a
Octal241603712201107017710632
Binary101001110000111111010010010010001110001111111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14701F; }

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

 H1.HeaderClassName
 {
   color: #14701F;
 }
 .AnyTagClassName
 {
   color: #14701F;
 }
</style>
background-color css

<style>
 a { background-color: #14701F; }

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

 div.DivClassName
 {
   background-color: #14701F;
 }
 .BgClassName
 {
   background-color: #14701F;
 }
</style>
border-color css

<style>
 span { border-color: #14701F; }

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

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