#048E1E

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

Shades of Forest Green #048E1E

Tints of Forest Green #048E1E

Color information

#048E1E (or 0x048E1E) is unknown color: approx Forest Green. HEX triplet: 04, 8E and 1E. RGB value is (4,142,30). Sum of RGB (Red+Green+Blue) = 4+142+30=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 142 (55.86% from 255 or 80.68% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 142 - color contains mainly: green. Hex color #048E1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048E1E is #FB71E1. Grayscale: #585858. Windows color (decimal): -16478690 or 2002436. OLE color: 2002436.

HSL color Cylindrical-coordinate representation of color #048E1E: hue angle of 131.3º 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 #048E1E is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB414230-
CMYK0.9700.790.44
HSL131.3º94.52%28.63%-
HSV(B)131.3º97.18%55.69%-
XYZ9.9619.474.46-
YUV87.9795.2868.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.27%
GREEN value IS 142 (55.86% from 255) = 80.68%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=2.27%
G=80.68%
B=17.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142300.9700.790.44131.394.5228.63
Hex48E1E6104F2C835f1d
Octal42163614101175420313735
Binary100100011101111011000010100111110110010000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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