#148014

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

Shades of Forest Green #148014

Tints of Forest Green #148014

Color information

#148014 (or 0x148014) is unknown color: approx Forest Green. HEX triplet: 14, 80 and 14. RGB value is (20,128,20). Sum of RGB (Red+Green+Blue) = 20+128+20=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #148014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148014 is #EB7FEB. Grayscale: #535353. Windows color (decimal): -15433708 or 1343508. OLE color: 1343508.

HSL color Cylindrical-coordinate representation of color #148014: hue angle of 120º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148014 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB2012820-
CMYK0.8400.840.50
HSL120º72.97%29.02%-
HSV(B)120º84.38%50.2%-
XYZ8.1315.643.25-
YUV83.492.2282.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 128 (50.39% from 255) = 76.19%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=11.90%
G=76.19%
B=11.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128200.8400.840.5012072.9729.02
Hex148014540543278491d
Octal242002412401246217011135
Binary1010010000000101001010100010101001100101111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148014; }

 p { color: rgb(20,128,20); }

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

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

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

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

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

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

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