Html Css Color HEX #147217 Forest Green

📋 copy color: '#147217'

red 20 ◦ green 114 ◦ blue 23

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

Shades of Forest Green #147217

Tints of Forest Green #147217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 72.61%

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

R = 12.74%
G = 72.61%
B = 14.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#147217 (or 0x147217) is known color: Forest Green. HEX triplet: 14, 72 and 17. RGB value is (20,114,23). Sum of RGB (Red+Green+Blue) = 20+114+23=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #147217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147217 is #EB8DE8. Grayscale: #4B4B4B. Windows color (decimal): -15437289 or 1536532. OLE color: 1536532.

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

Color convert

RGB 20 114 23 -
CMYK 0.82 0 0.80 0.55
HSL 121.91º 0.7% 0.26% -
HSV(B) 121.91º 0.82% 0.45% -
XYZ 6.46 12.25 2.83 -
YUV 75.52 98.36 88.4 -
System Red Green Blue C M Y K H S L
Decimal 20 114 23 0.82 0 0.80 0.55 121.91 0.7 0.26
Hex 14 72 17 52 0 50 37 7A 46 1A
Octal 24 162 27 122 0 120 67 172 106 32
Binary 10100 1110010 10111 1010010 0 1010000 110111 1111010 1000110 11010

Color Harmonies of #147217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147217

Black with #147217

Text Example


Text Example

White with #147217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147217; }

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

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

background-color css

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

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

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

border-color css

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

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

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