Html Css Color HEX #048D30 Dark Spring Green

📋 copy color: '#048D30'

red 4 ◦ green 141 ◦ blue 48

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

Shades of Dark Spring Green #048D30

Tints of Dark Spring Green #048D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 2.07%
G = 73.06%
B = 24.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#048D30 (or 0x048D30) is known color: Dark Spring Green. HEX triplet: 04, 8D and 30. RGB value is (4,141,48). Sum of RGB (Red+Green+Blue) = 4+141+48=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 141 (55.47% from 255 or 73.06% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 141 - color contains mainly: green. Hex color #048D30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D30 is #FB72CF. Grayscale: #595959. Windows color (decimal): -16478928 or 3181828. OLE color: 3181828.

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

Color convert

RGB 4 141 48 -
CMYK 0.97 0 0.66 0.45
HSL 139.27º 0.94% 0.28% -
HSV(B) 139.27º 0.97% 0.55% -
XYZ 10.11 19.29 5.99 -
YUV 89.44 104.61 67.06 -
System Red Green Blue C M Y K H S L
Decimal 4 141 48 0.97 0 0.66 0.45 139.27 0.94 0.28
Hex 4 8D 30 61 0 42 2D 8B 5E 1C
Octal 4 215 60 141 0 102 55 213 136 34
Binary 100 10001101 110000 1100001 0 1000010 101101 10001011 1011110 11100

Color Harmonies of #048D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D30

Black with #048D30

Text Example


Text Example

White with #048D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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