Html Css Color HEX #14700D Green

📋 copy color: '#14700D'

red 20 ◦ green 112 ◦ blue 13

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

Shades of Green #14700D

Tints of Green #14700D

RGB

 RED value IS 20 (8.2% 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 value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#14700D (or 0x14700D) is known color: 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

RGB 20 112 13 -
CMYK 0.82 0 0.88 0.56
HSL 115.76º 0.79% 0.25% -
HSV(B) 115.76º 0.88% 0.44% -
XYZ 6.16 11.77 2.33 -
YUV 73.21 94.02 90.05 -
System Red Green Blue C M Y K H S L
Decimal 20 112 13 0.82 0 0.88 0.56 115.76 0.79 0.25
Hex 14 70 D 52 0 58 38 74 4F 19
Octal 24 160 15 122 0 130 70 164 117 31
Binary 10100 1110000 1101 1010010 0 1011000 111000 1110100 1001111 11001

Color Harmonies of #14700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14700D

Black with #14700D

Text Example


Text Example

White with #14700D

Text Example


Text Example

HTML Codes & Css Web 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>