#147217

Color #147217 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #147217

Tints of Forest Green #147217

Color information

#147217 (or 0x147217) is unknown color: approx 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

RGB2011423-
CMYK0.8200.800.55
HSL121.91º70.15%26.27%-
HSV(B)121.91º82.46%44.71%-
XYZ6.4612.252.83-
YUV75.5298.3688.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20114230.8200.800.55121.9170.1526.27
Hex14721752050377a461a
Octal241622712201206717210632
Binary101001110010101111010010010100001101111111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>