Html Css Color HEX #14730D Green

📋 copy color: '#14730D'

red 20 ◦ green 115 ◦ blue 13

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

Shades of Green #14730D

Tints of Green #14730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 77.7%

 BLUE value IS 13 (5.47% from 255) = 8.78%

R = 13.51%
G = 77.7%
B = 8.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#14730D (or 0x14730D) is known color: Green. HEX triplet: 14, 73 and 0D. RGB value is (20,115,13). Sum of RGB (Red+Green+Blue) = 20+115+13=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 115 (45.31% from 255 or 77.70% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 115 - color contains mainly: green. Hex color #14730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14730D is #EB8CF2. Grayscale: #4B4B4B. Windows color (decimal): -15437043 or 881428. OLE color: 881428.

HSL color Cylindrical-coordinate representation of color #14730D: hue angle of 115.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14730D is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 13 -
CMYK 0.83 0 0.89 0.55
HSL 115.88º 0.8% 0.25% -
HSV(B) 115.88º 0.89% 0.45% -
XYZ 6.49 12.44 2.44 -
YUV 74.97 93.03 88.79 -
System Red Green Blue C M Y K H S L
Decimal 20 115 13 0.83 0 0.89 0.55 115.88 0.8 0.25
Hex 14 73 D 53 0 59 37 74 50 19
Octal 24 163 15 123 0 131 67 164 120 31
Binary 10100 1110011 1101 1010011 0 1011001 110111 1110100 1010000 11001

Color Harmonies of #14730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14730D

Black with #14730D

Text Example


Text Example

White with #14730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14730D;
 }
 .AnyTagClassName
 {
   color: #14730D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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