#148324

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

Shades of Forest Green #148324

Tints of Forest Green #148324

Color information

#148324 (or 0x148324) is unknown color: approx Forest Green. HEX triplet: 14, 83 and 24. RGB value is (20,131,36). Sum of RGB (Red+Green+Blue) = 20+131+36=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #148324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148324 is #EB7CDB. Grayscale: #575757. Windows color (decimal): -15432924 or 2392852. OLE color: 2392852.

HSL color Cylindrical-coordinate representation of color #148324: hue angle of 128.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148324 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB2013136-
CMYK0.8500.730.49
HSL128.65º73.51%29.61%-
HSV(B)128.65º84.73%51.37%-
XYZ8.7216.514.4-
YUV86.9899.2380.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 131 (51.56% from 255) = 70.05%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=10.70%
G=70.05%
B=19.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20131360.8500.730.49128.6573.5129.61
Hex1483245504931814a1e
Octal242034412501116120111236
Binary101001000001110010010101010100100111000110000001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148324; }

 p { color: rgb(20,131,36); }

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

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

 a { background-color: rgb(20,131,36); }

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

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

 span { border-color: rgb(20,131,36); }

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