Html Css Color HEX #147117 Forest Green

📋 copy color: '#147117'

red 20 ◦ green 113 ◦ blue 23

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

Shades of Forest Green #147117

Tints of Forest Green #147117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.74%

R = 12.82%
G = 72.44%
B = 14.74%

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

#147117 (or 0x147117) is known color: Forest Green. HEX triplet: 14, 71 and 17. RGB value is (20,113,23). Sum of RGB (Red+Green+Blue) = 20+113+23=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #147117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147117 is #EB8EE8. Grayscale: #4B4B4B. Windows color (decimal): -15437545 or 1536276. OLE color: 1536276.

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

Color convert

RGB 20 113 23 -
CMYK 0.82 0 0.80 0.56
HSL 121.94º 0.7% 0.26% -
HSV(B) 121.94º 0.82% 0.44% -
XYZ 6.35 12.02 2.8 -
YUV 74.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 20 113 23 0.82 0 0.80 0.56 121.94 0.7 0.26
Hex 14 71 17 52 0 50 38 7A 46 1A
Octal 24 161 27 122 0 120 70 172 106 32
Binary 10100 1110001 10111 1010010 0 1010000 111000 1111010 1000110 11010

Color Harmonies of #147117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147117

Black with #147117

Text Example


Text Example

White with #147117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147117; }

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

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

background-color css

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

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

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

border-color css

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

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

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