#048E2B

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

Shades of Forest Green #048E2B

Tints of Forest Green #048E2B

Color information

#048E2B (or 0x048E2B) is unknown color: approx Forest Green. HEX triplet: 04, 8E and 2B. RGB value is (4,142,43). Sum of RGB (Red+Green+Blue) = 4+142+43=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 142 (55.86% from 255 or 75.13% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 142 - color contains mainly: green. Hex color #048E2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048E2B is #FB71D4. Grayscale: #595959. Windows color (decimal): -16478677 or 2854404. OLE color: 2854404.

HSL color Cylindrical-coordinate representation of color #048E2B: hue angle of 136.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E2B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB414243-
CMYK0.9700.700.44
HSL136.96º94.52%28.63%-
HSV(B)136.96º97.18%55.69%-
XYZ10.1619.555.52-
YUV89.45101.7867.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 142 (55.86% from 255) = 75.13%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=2.12%
G=75.13%
B=22.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142430.9700.700.44136.9694.5228.63
Hex48E2B610462C895f1d
Octal42165314101065421113735
Binary1001000111010101111000010100011010110010001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048E2B; }

 p { color: rgb(4,142,43); }

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

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

 a { background-color: rgb(4,142,43); }

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

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

 span { border-color: rgb(4,142,43); }

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