#148F1E

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

Shades of Forest Green #148F1E

Tints of Forest Green #148F1E

Color information

#148F1E (or 0x148F1E) is unknown color: approx Forest Green. HEX triplet: 14, 8F and 1E. RGB value is (20,143,30). Sum of RGB (Red+Green+Blue) = 20+143+30=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #148F1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148F1E is #EB70E1. Grayscale: #5D5D5D. Windows color (decimal): -15429858 or 2002708. OLE color: 2002708.

HSL color Cylindrical-coordinate representation of color #148F1E: hue angle of 124.88º 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 #148F1E is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB2014330-
CMYK0.8600.790.44
HSL124.88º75.46%31.96%-
HSV(B)124.88º86.01%56.08%-
XYZ10.3519.894.52-
YUV93.3492.2575.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 143 (56.25% from 255) = 74.09%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=10.36%
G=74.09%
B=15.54%

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
Decimal20143300.8600.790.44124.8875.4631.96
Hex148F1E5604F2C7d4b20
Octal242173612601175417511340
Binary10100100011111111010101100100111110110011111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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