Html Css Color HEX #14701E San Felix

📋 copy color: '#14701E'

red 20 ◦ green 112 ◦ blue 30

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

Shades of San Felix #14701E

Tints of San Felix #14701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 69.14%

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 12.35%
G = 69.14%
B = 18.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#14701E (or 0x14701E) is known color: San Felix. HEX triplet: 14, 70 and 1E. RGB value is (20,112,30). Sum of RGB (Red+Green+Blue) = 20+112+30=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #14701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14701E is #EB8FE1. Grayscale: #4B4B4B. Windows color (decimal): -15437794 or 1994772. OLE color: 1994772.

HSL color Cylindrical-coordinate representation of color #14701E: hue angle of 126.52º 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 #14701E is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 30 -
CMYK 0.82 0 0.73 0.56
HSL 126.52º 0.7% 0.26% -
HSV(B) 126.52º 0.82% 0.44% -
XYZ 6.32 11.83 3.18 -
YUV 75.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 20 112 30 0.82 0 0.73 0.56 126.52 0.7 0.26
Hex 14 70 1E 52 0 49 38 7F 46 1A
Octal 24 160 36 122 0 111 70 177 106 32
Binary 10100 1110000 11110 1010010 0 1001001 111000 1111111 1000110 11010

Color Harmonies of #14701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14701E

Black with #14701E

Text Example


Text Example

White with #14701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14701E;
 }
 .AnyTagClassName
 {
   color: #14701E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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