Html Css Color HEX #147016 Forest Green

📋 copy color: '#147016'

red 20 ◦ green 112 ◦ blue 22

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

Shades of Forest Green #147016

Tints of Forest Green #147016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.29%

R = 12.99%
G = 72.73%
B = 14.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#147016 (or 0x147016) is known color: Forest Green. HEX triplet: 14, 70 and 16. RGB value is (20,112,22). Sum of RGB (Red+Green+Blue) = 20+112+22=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #147016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147016 is #EB8FE9. Grayscale: #4A4A4A. Windows color (decimal): -15437802 or 1470484. OLE color: 1470484.

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

Color convert

RGB 20 112 22 -
CMYK 0.82 0 0.80 0.56
HSL 121.3º 0.7% 0.26% -
HSV(B) 121.3º 0.82% 0.44% -
XYZ 6.23 11.79 2.71 -
YUV 74.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 20 112 22 0.82 0 0.80 0.56 121.3 0.7 0.26
Hex 14 70 16 52 0 50 38 79 46 1A
Octal 24 160 26 122 0 120 70 171 106 32
Binary 10100 1110000 10110 1010010 0 1010000 111000 1111001 1000110 11010

Color Harmonies of #147016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147016

Black with #147016

Text Example


Text Example

White with #147016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147016; }

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

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

background-color css

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

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

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

border-color css

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

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

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