#048D2D

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

Shades of Forest Green #048D2D

Tints of Forest Green #048D2D

Color information

#048D2D (or 0x048D2D) is unknown color: approx Forest Green. HEX triplet: 04, 8D and 2D. RGB value is (4,141,45). Sum of RGB (Red+Green+Blue) = 4+141+45=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #048D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D2D is #FB72D2. Grayscale: #595959. Windows color (decimal): -16478931 or 2985220. OLE color: 2985220.

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

Color convert

RGB414145-
CMYK0.9700.680.45
HSL137.96º94.48%28.43%-
HSV(B)137.96º97.16%55.29%-
XYZ10.0519.275.67-
YUV89.09103.1167.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 141 (55.47% from 255) = 74.21%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=2.11%
G=74.21%
B=23.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4141450.9700.680.45137.9694.4828.43
Hex48D2D610442D8a5e1c
Octal42155514101045521213634
Binary1001000110110110111000010100010010110110001010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,141,45); }

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

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

 a { background-color: rgb(4,141,45); }

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

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

 span { border-color: rgb(4,141,45); }

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