#148C1E

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

Shades of Forest Green #148C1E

Tints of Forest Green #148C1E

Color information

#148C1E (or 0x148C1E) is unknown color: approx Forest Green. HEX triplet: 14, 8C and 1E. RGB value is (20,140,30). Sum of RGB (Red+Green+Blue) = 20+140+30=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 140 (55.08% from 255 or 73.68% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 140 - color contains mainly: green. Hex color #148C1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148C1E is #EB73E1. Grayscale: #5B5B5B. Windows color (decimal): -15430626 or 2001940. OLE color: 2001940.

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

Color convert

RGB2014030-
CMYK0.8600.790.45
HSL125º75%31.37%-
HSV(B)125º85.71%54.9%-
XYZ9.9194.37-
YUV91.5893.2476.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 140 (55.08% from 255) = 73.68%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=10.53%
G=73.68%
B=15.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20140300.8600.790.451257531.37
Hex148C1E5604F2D7d4b1f
Octal242143612601175517511337
Binary1010010001100111101010110010011111011011111101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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