#147015

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

Shades of Forest Green #147015

Tints of Forest Green #147015

Color information

#147015 (or 0x147015) is unknown color: approx Forest Green. HEX triplet: 14, 70 and 15. RGB value is (20,112,21). Sum of RGB (Red+Green+Blue) = 20+112+21=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #147015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147015 is #EB8FEA. Grayscale: #4A4A4A. Windows color (decimal): -15437803 or 1404948. OLE color: 1404948.

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

Color convert

RGB2011221-
CMYK0.8200.810.56
HSL120.65º69.7%25.88%-
HSV(B)120.65º82.14%43.92%-
XYZ6.2211.792.66-
YUV74.1298.0289.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 112 (44.14% from 255) = 73.20%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=13.07%
G=73.20%
B=13.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20112210.8200.810.56120.6569.725.88
Hex147015520513879461a
Octal241602512201217017110632
Binary101001110000101011010010010100011110001111001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147015; }

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

 H1.HeaderClassName
 {
   color: #147015;
 }
 .AnyTagClassName
 {
   color: #147015;
 }
</style>
background-color css

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

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

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

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

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

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