#148E1E

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

Shades of Forest Green #148E1E

Tints of Forest Green #148E1E

Color information

#148E1E (or 0x148E1E) is unknown color: approx Forest Green. HEX triplet: 14, 8E and 1E. RGB value is (20,142,30). Sum of RGB (Red+Green+Blue) = 20+142+30=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 142 (55.86% from 255 or 73.96% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 142 - color contains mainly: green. Hex color #148E1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148E1E is #EB71E1. Grayscale: #5D5D5D. Windows color (decimal): -15430114 or 2002452. OLE color: 2002452.

HSL color Cylindrical-coordinate representation of color #148E1E: hue angle of 124.92º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148E1E is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB2014230-
CMYK0.8600.790.44
HSL124.92º75.31%31.76%-
HSV(B)124.92º85.92%55.69%-
XYZ10.219.594.47-
YUV92.7592.5876.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 142 (55.86% from 255) = 73.96%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=10.42%
G=73.96%
B=15.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20142300.8600.790.44124.9275.3131.76
Hex148E1E5604F2C7d4b20
Octal242163612601175417511340
Binary10100100011101111010101100100111110110011111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148E1E; }

 p { color: rgb(20,142,30); }

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

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

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

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

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

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

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