#048C1E

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

Shades of Forest Green #048C1E

Tints of Forest Green #048C1E

Color information

#048C1E (or 0x048C1E) is unknown color: approx Forest Green. HEX triplet: 04, 8C and 1E. RGB value is (4,140,30). Sum of RGB (Red+Green+Blue) = 4+140+30=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 140 (55.08% from 255 or 80.46% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 140 - color contains mainly: green. Hex color #048C1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C1E is #FB73E1. Grayscale: #575757. Windows color (decimal): -16479202 or 2001924. OLE color: 2001924.

HSL color Cylindrical-coordinate representation of color #048C1E: hue angle of 131.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C1E is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB414030-
CMYK0.9700.790.45
HSL131.47º94.44%28.24%-
HSV(B)131.47º97.14%54.9%-
XYZ9.6618.884.36-
YUV86.895.9468.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 140 (55.08% from 255) = 80.46%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=2.30%
G=80.46%
B=17.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4140300.9700.790.45131.4794.4428.24
Hex48C1E6104F2D835e1c
Octal42143614101175520313634
Binary100100011001111011000010100111110110110000011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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