Html Css Color HEX #048D31 Dark Spring Green

📋 copy color: '#048D31'

red 4 ◦ green 141 ◦ blue 49

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

Shades of Dark Spring Green #048D31

Tints of Dark Spring Green #048D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 2.06%
G = 72.68%
B = 25.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#048D31 (or 0x048D31) is known color: Dark Spring Green. HEX triplet: 04, 8D and 31. RGB value is (4,141,49). Sum of RGB (Red+Green+Blue) = 4+141+49=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 141 (55.47% from 255 or 72.68% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 141 - color contains mainly: green. Hex color #048D31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D31 is #FB72CE. Grayscale: #595959. Windows color (decimal): -16478927 or 3247364. OLE color: 3247364.

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

Color convert

RGB 4 141 49 -
CMYK 0.97 0 0.65 0.45
HSL 139.71º 0.94% 0.28% -
HSV(B) 139.71º 0.97% 0.55% -
XYZ 10.13 19.3 6.1 -
YUV 89.55 105.11 66.98 -
System Red Green Blue C M Y K H S L
Decimal 4 141 49 0.97 0 0.65 0.45 139.71 0.94 0.28
Hex 4 8D 31 61 0 41 2D 8C 5E 1C
Octal 4 215 61 141 0 101 55 214 136 34
Binary 100 10001101 110001 1100001 0 1000001 101101 10001100 1011110 11100

Color Harmonies of #048D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D31

Black with #048D31

Text Example


Text Example

White with #048D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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