#148B2E

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

Shades of Forest Green #148B2E

Tints of Forest Green #148B2E

Color information

#148B2E (or 0x148B2E) is unknown color: approx Forest Green. HEX triplet: 14, 8B and 2E. RGB value is (20,139,46). Sum of RGB (Red+Green+Blue) = 20+139+46=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 139 (54.69% from 255 or 67.80% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 139 - color contains mainly: green. Hex color #148B2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148B2E is #EB74D1. Grayscale: #5D5D5D. Windows color (decimal): -15430866 or 3050260. OLE color: 3050260.

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

Color convert

RGB2013946-
CMYK0.8600.670.45
HSL133.11º74.84%31.18%-
HSV(B)133.11º85.61%54.51%-
XYZ10.0118.815.69-
YUV92.82101.5876.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 139 (54.69% from 255) = 67.80%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=9.76%
G=67.80%
B=22.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20139460.8600.670.45133.1174.8431.18
Hex148B2E560432D854b1f
Octal242135612601035520511337
Binary101001000101110111010101100100001110110110000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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