#148B2D

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

Shades of Forest Green #148B2D

Tints of Forest Green #148B2D

Color information

#148B2D (or 0x148B2D) is unknown color: approx Forest Green. HEX triplet: 14, 8B and 2D. RGB value is (20,139,45). Sum of RGB (Red+Green+Blue) = 20+139+45=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #148B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148B2D is #EB74D2. Grayscale: #5C5C5C. Windows color (decimal): -15430867 or 2984724. OLE color: 2984724.

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

Color convert

RGB2013945-
CMYK0.8600.680.45
HSL132.61º74.84%31.18%-
HSV(B)132.61º85.61%54.51%-
XYZ9.9918.85.59-
YUV92.7101.0876.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 139 (54.69% from 255) = 68.14%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=9.80%
G=68.14%
B=22.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20139450.8600.680.45132.6174.8431.18
Hex148B2D560442D854b1f
Octal242135512601045520511337
Binary101001000101110110110101100100010010110110000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,139,45); }

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

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

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

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

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

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

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