#14700D

Color #14700D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #14700D

Tints of Green #14700D

Color information

#14700D (or 0x14700D) is unknown color: approx Green. HEX triplet: 14, 70 and 0D. RGB value is (20,112,13). Sum of RGB (Red+Green+Blue) = 20+112+13=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #14700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14700D is #EB8FF2. Grayscale: #494949. Windows color (decimal): -15437811 or 880660. OLE color: 880660.

HSL color Cylindrical-coordinate representation of color #14700D: hue angle of 115.76º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14700D is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB2011213-
CMYK0.8200.880.56
HSL115.76º79.2%24.51%-
HSV(B)115.76º88.39%43.92%-
XYZ6.1611.772.33-
YUV73.2194.0290.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 112 (44.14% from 255) = 77.24%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=13.79%
G=77.24%
B=8.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20112130.8200.880.56115.7679.224.51
Hex1470D5205838744f19
Octal241601512201307016411731
Binary10100111000011011010010010110001110001110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14700D; }

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

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

<style>
 a { background-color: #14700D; }

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

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

<style>
 span { border-color: #14700D; }

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

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