#148C2B

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

Shades of Forest Green #148C2B

Tints of Forest Green #148C2B

Color information

#148C2B (or 0x148C2B) is unknown color: approx Forest Green. HEX triplet: 14, 8C and 2B. RGB value is (20,140,43). Sum of RGB (Red+Green+Blue) = 20+140+43=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #148C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148C2B is #EB73D4. Grayscale: #5D5D5D. Windows color (decimal): -15430613 or 2853908. OLE color: 2853908.

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

Color convert

RGB2014043-
CMYK0.8600.690.45
HSL131.5º75%31.37%-
HSV(B)131.5º85.71%54.9%-
XYZ10.119.085.44-
YUV93.0699.7475.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 140 (55.08% from 255) = 68.97%
BLUE value IS 43 (17.19% from 255) = 21.18%
R=9.85%
G=68.97%
B=21.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20140430.8600.690.45131.57531.37
Hex148C2B560452D844b1f
Octal242145312601055520411337
Binary101001000110010101110101100100010110110110000100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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