#048C2E

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

Shades of Forest Green #048C2E

Tints of Forest Green #048C2E

Color information

#048C2E (or 0x048C2E) is unknown color: approx Forest Green. HEX triplet: 04, 8C and 2E. RGB value is (4,140,46). Sum of RGB (Red+Green+Blue) = 4+140+46=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 140 (55.08% from 255 or 73.68% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 140 - color contains mainly: green. Hex color #048C2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C2E is #FB73D1. Grayscale: #585858. Windows color (decimal): -16479186 or 3050500. OLE color: 3050500.

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

Color convert

RGB414046-
CMYK0.9700.670.45
HSL138.53º94.44%28.24%-
HSV(B)138.53º97.14%54.9%-
XYZ9.9218.985.73-
YUV88.62103.9467.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 140 (55.08% from 255) = 73.68%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=2.11%
G=73.68%
B=24.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4140460.9700.670.45138.5394.4428.24
Hex48C2E610432D8b5e1c
Octal42145614101035521313634
Binary1001000110010111011000010100001110110110001011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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