#148B36

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

Shades of Forest Green #148B36

Tints of Forest Green #148B36

Color information

#148B36 (or 0x148B36) is unknown color: approx Forest Green. HEX triplet: 14, 8B and 36. RGB value is (20,139,54). Sum of RGB (Red+Green+Blue) = 20+139+54=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 139 (54.69% from 255 or 65.26% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 139 - color contains mainly: green. Hex color #148B36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148B36 is #EB74C9. Grayscale: #5D5D5D. Windows color (decimal): -15430858 or 3574548. OLE color: 3574548.

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

Color convert

RGB2013954-
CMYK0.8600.610.45
HSL137.14º74.84%31.18%-
HSV(B)137.14º85.61%54.51%-
XYZ10.1918.886.6-
YUV93.73105.5875.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 139 (54.69% from 255) = 65.26%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=9.39%
G=65.26%
B=25.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20139540.8600.610.45137.1474.8431.18
Hex148B365603D2D894b1f
Octal24213661260755521111337
Binary10100100010111101101010110011110110110110001001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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