Html Css Color HEX #048331 Dark Spring Green

📋 copy color: '#048331'

red 4 ◦ green 131 ◦ blue 49

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

Shades of Dark Spring Green #048331

Tints of Dark Spring Green #048331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 71.2%

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

R = 2.17%
G = 71.2%
B = 26.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#048331 (or 0x048331) is known color: Dark Spring Green. HEX triplet: 04, 83 and 31. RGB value is (4,131,49). Sum of RGB (Red+Green+Blue) = 4+131+49=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #048331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048331 is #FB7CCE. Grayscale: #535353. Windows color (decimal): -16481487 or 3244804. OLE color: 3244804.

HSL color Cylindrical-coordinate representation of color #048331: hue angle of 141.26º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048331 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 131 49 -
CMYK 0.97 0 0.63 0.49
HSL 141.26º 0.94% 0.26% -
HSV(B) 141.26º 0.97% 0.51% -
XYZ 8.72 16.48 5.63 -
YUV 83.68 108.42 71.17 -
System Red Green Blue C M Y K H S L
Decimal 4 131 49 0.97 0 0.63 0.49 141.26 0.94 0.26
Hex 4 83 31 61 0 3F 31 8D 5E 1A
Octal 4 203 61 141 0 77 61 215 136 32
Binary 100 10000011 110001 1100001 0 111111 110001 10001101 1011110 11010

Color Harmonies of #048331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048331

Black with #048331

Text Example


Text Example

White with #048331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048331; }

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

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

background-color css

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

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

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

border-color css

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

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

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