Html Css Color HEX #147017 Forest Green

📋 copy color: '#147017'

red 20 ◦ green 112 ◦ blue 23

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

Shades of Forest Green #147017

Tints of Forest Green #147017

RGB

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

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

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

R = 12.9%
G = 72.26%
B = 14.84%

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

#147017 (or 0x147017) is known color: Forest Green. HEX triplet: 14, 70 and 17. RGB value is (20,112,23). Sum of RGB (Red+Green+Blue) = 20+112+23=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #147017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147017 is #EB8FE8. Grayscale: #4A4A4A. Windows color (decimal): -15437801 or 1536020. OLE color: 1536020.

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

Color convert

RGB 20 112 23 -
CMYK 0.82 0 0.79 0.56
HSL 121.96º 0.7% 0.26% -
HSV(B) 121.96º 0.82% 0.44% -
XYZ 6.24 11.8 2.76 -
YUV 74.35 99.02 89.24 -
System Red Green Blue C M Y K H S L
Decimal 20 112 23 0.82 0 0.79 0.56 121.96 0.7 0.26
Hex 14 70 17 52 0 4F 38 7A 46 1A
Octal 24 160 27 122 0 117 70 172 106 32
Binary 10100 1110000 10111 1010010 0 1001111 111000 1111010 1000110 11010

Color Harmonies of #147017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147017

Black with #147017

Text Example


Text Example

White with #147017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147017; }

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

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

background-color css

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

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

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

border-color css

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

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

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