Html Css Color HEX #14721A Forest Green

📋 copy color: '#14721A'

red 20 ◦ green 114 ◦ blue 26

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

Shades of Forest Green #14721A

Tints of Forest Green #14721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 71.25%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 12.5%
G = 71.25%
B = 16.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#14721A (or 0x14721A) is known color: Forest Green. HEX triplet: 14, 72 and 1A. RGB value is (20,114,26). Sum of RGB (Red+Green+Blue) = 20+114+26=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #14721A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14721A is #EB8DE5. Grayscale: #4C4C4C. Windows color (decimal): -15437286 or 1733140. OLE color: 1733140.

HSL color Cylindrical-coordinate representation of color #14721A: hue angle of 123.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14721A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 26 -
CMYK 0.82 0 0.77 0.55
HSL 123.83º 0.7% 0.26% -
HSV(B) 123.83º 0.82% 0.45% -
XYZ 6.49 12.26 3 -
YUV 75.86 99.86 88.16 -
System Red Green Blue C M Y K H S L
Decimal 20 114 26 0.82 0 0.77 0.55 123.83 0.7 0.26
Hex 14 72 1A 52 0 4D 37 7C 46 1A
Octal 24 162 32 122 0 115 67 174 106 32
Binary 10100 1110010 11010 1010010 0 1001101 110111 1111100 1000110 11010

Color Harmonies of #14721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14721A

Black with #14721A

Text Example


Text Example

White with #14721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14721A; }

 p { color: rgb(20,114,26); }

 H1.HeaderClassName
 {
   color: #14721A;
 }
 .AnyTagClassName
 {
   color: #14721A;
 }
</style>

background-color css

<style>
 a { background-color: #14721A; }

 a { background-color: rgb(20,114,26); }

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

border-color css

<style>
 span { border-color: #14721A; }

 span { border-color: rgb(20,114,26); }

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