Html Css Color HEX #147416 Forest Green

📋 copy color: '#147416'

red 20 ◦ green 116 ◦ blue 22

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

Shades of Forest Green #147416

Tints of Forest Green #147416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 73.42%

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

R = 12.66%
G = 73.42%
B = 13.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#147416 (or 0x147416) is known color: Forest Green. HEX triplet: 14, 74 and 16. RGB value is (20,116,22). Sum of RGB (Red+Green+Blue) = 20+116+22=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #147416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147416 is #EB8BE9. Grayscale: #4C4C4C. Windows color (decimal): -15436778 or 1471508. OLE color: 1471508.

HSL color Cylindrical-coordinate representation of color #147416: hue angle of 121.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147416 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 22 -
CMYK 0.83 0 0.81 0.55
HSL 121.25º 0.71% 0.27% -
HSV(B) 121.25º 0.83% 0.45% -
XYZ 6.68 12.7 2.86 -
YUV 76.58 97.2 87.64 -
System Red Green Blue C M Y K H S L
Decimal 20 116 22 0.83 0 0.81 0.55 121.25 0.71 0.27
Hex 14 74 16 53 0 51 37 79 47 1B
Octal 24 164 26 123 0 121 67 171 107 33
Binary 10100 1110100 10110 1010011 0 1010001 110111 1111001 1000111 11011

Color Harmonies of #147416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147416

Black with #147416

Text Example


Text Example

White with #147416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147416; }

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

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

background-color css

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

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

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

border-color css

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

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

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