#148F2B

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

Shades of Forest Green #148F2B

Tints of Forest Green #148F2B

Color information

#148F2B (or 0x148F2B) is unknown color: approx Forest Green. HEX triplet: 14, 8F and 2B. RGB value is (20,143,43). Sum of RGB (Red+Green+Blue) = 20+143+43=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 143 (56.25% from 255 or 69.42% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 143 - color contains mainly: green. Hex color #148F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148F2B is #EB70D4. Grayscale: #5F5F5F. Windows color (decimal): -15429845 or 2854676. OLE color: 2854676.

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

Color convert

RGB2014343-
CMYK0.8600.700.44
HSL131.22º75.46%31.96%-
HSV(B)131.22º86.01%56.08%-
XYZ10.5519.975.58-
YUV94.8298.7574.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 143 (56.25% from 255) = 69.42%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=9.71%
G=69.42%
B=20.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20143430.8600.700.44131.2275.4631.96
Hex148F2B560462C834b20
Octal242175312601065420311340
Binary1010010001111101011101011001000110101100100000111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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