Html Css Color HEX #147118 Forest Green

📋 copy color: '#147118'

red 20 ◦ green 113 ◦ blue 24

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

Shades of Forest Green #147118

Tints of Forest Green #147118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 71.97%

 BLUE value IS 24 (9.77% from 255) = 15.29%

R = 12.74%
G = 71.97%
B = 15.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#147118 (or 0x147118) is known color: Forest Green. HEX triplet: 14, 71 and 18. RGB value is (20,113,24). Sum of RGB (Red+Green+Blue) = 20+113+24=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #147118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147118 is #EB8EE7. Grayscale: #4B4B4B. Windows color (decimal): -15437544 or 1601812. OLE color: 1601812.

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

Color convert

RGB 20 113 24 -
CMYK 0.82 0 0.79 0.56
HSL 122.58º 0.7% 0.26% -
HSV(B) 122.58º 0.82% 0.44% -
XYZ 6.36 12.02 2.85 -
YUV 75.05 99.19 88.74 -
System Red Green Blue C M Y K H S L
Decimal 20 113 24 0.82 0 0.79 0.56 122.58 0.7 0.26
Hex 14 71 18 52 0 4F 38 7B 46 1A
Octal 24 161 30 122 0 117 70 173 106 32
Binary 10100 1110001 11000 1010010 0 1001111 111000 1111011 1000110 11010

Color Harmonies of #147118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147118

Black with #147118

Text Example


Text Example

White with #147118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147118; }

 p { color: rgb(20,113,24); }

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

background-color css

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

 a { background-color: rgb(20,113,24); }

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

border-color css

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

 span { border-color: rgb(20,113,24); }

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