Html Css Color HEX #048D25 Forest Green

📋 copy color: '#048D25'

red 4 ◦ green 141 ◦ blue 37

#048D25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #048D25

Tints of Forest Green #048D25

RGB

 RED value IS 4 (1.95% from 255) = 2.2%

 GREEN value IS 141 (55.47% from 255) = 77.47%

 BLUE value IS 37 (14.84% from 255) = 20.33%

R = 2.2%
G = 77.47%
B = 20.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#048D25 (or 0x048D25) is known color: Forest Green. HEX triplet: 04, 8D and 25. RGB value is (4,141,37). Sum of RGB (Red+Green+Blue) = 4+141+37=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 141 (55.47% from 255 or 77.47% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 141 - color contains mainly: green. Hex color #048D25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D25 is #FB72DA. Grayscale: #585858. Windows color (decimal): -16478939 or 2460932. OLE color: 2460932.

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

Color convert

RGB 4 141 37 -
CMYK 0.97 0 0.74 0.45
HSL 134.45º 0.94% 0.28% -
HSV(B) 134.45º 0.97% 0.55% -
XYZ 9.91 19.21 4.94 -
YUV 88.18 99.11 67.96 -
System Red Green Blue C M Y K H S L
Decimal 4 141 37 0.97 0 0.74 0.45 134.45 0.94 0.28
Hex 4 8D 25 61 0 4A 2D 86 5E 1C
Octal 4 215 45 141 0 112 55 206 136 34
Binary 100 10001101 100101 1100001 0 1001010 101101 10000110 1011110 11100

Color Harmonies of #048D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D25

Black with #048D25

Text Example


Text Example

White with #048D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #048D25;
 }
 .AnyTagClassName
 {
   color: #048D25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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