Html Css Color HEX #147316 Forest Green

📋 copy color: '#147316'

red 20 ◦ green 115 ◦ blue 22

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

Shades of Forest Green #147316

Tints of Forest Green #147316

RGB

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

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

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

R = 12.74%
G = 73.25%
B = 14.01%

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

#147316 (or 0x147316) is known color: Forest Green. HEX triplet: 14, 73 and 16. RGB value is (20,115,22). Sum of RGB (Red+Green+Blue) = 20+115+22=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #147316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147316 is #EB8CE9. Grayscale: #4C4C4C. Windows color (decimal): -15437034 or 1471252. OLE color: 1471252.

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

Color convert

RGB 20 115 22 -
CMYK 0.83 0 0.81 0.55
HSL 121.26º 0.7% 0.26% -
HSV(B) 121.26º 0.83% 0.45% -
XYZ 6.56 12.47 2.82 -
YUV 75.99 97.53 88.06 -
System Red Green Blue C M Y K H S L
Decimal 20 115 22 0.83 0 0.81 0.55 121.26 0.7 0.26
Hex 14 73 16 53 0 51 37 79 46 1A
Octal 24 163 26 123 0 121 67 171 106 32
Binary 10100 1110011 10110 1010011 0 1010001 110111 1111001 1000110 11010

Color Harmonies of #147316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147316

Black with #147316

Text Example


Text Example

White with #147316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147316; }

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

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

background-color css

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

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

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

border-color css

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

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

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