#148428

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

Shades of Forest Green #148428

Tints of Forest Green #148428

Color information

#148428 (or 0x148428) is unknown color: approx Forest Green. HEX triplet: 14, 84 and 28. RGB value is (20,132,40). Sum of RGB (Red+Green+Blue) = 20+132+40=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #148428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148428 is #EB7BD7. Grayscale: #585858. Windows color (decimal): -15432664 or 2655252. OLE color: 2655252.

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

Color convert

RGB2013240-
CMYK0.8500.700.48
HSL130.71º73.68%29.8%-
HSV(B)130.71º84.85%51.76%-
XYZ8.9216.84.78-
YUV88.02100.8979.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 132 (51.95% from 255) = 68.75%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=10.42%
G=68.75%
B=20.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132400.8500.700.48130.7173.6829.8
Hex1484285504630834a1e
Octal242045012501066020311236
Binary101001000010010100010101010100011011000010000011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148428; }

 p { color: rgb(20,132,40); }

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

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

 a { background-color: rgb(20,132,40); }

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

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

 span { border-color: rgb(20,132,40); }

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