Html Css Color HEX #048931 Dark Spring Green

📋 copy color: '#048931'

red 4 ◦ green 137 ◦ blue 49

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

Shades of Dark Spring Green #048931

Tints of Dark Spring Green #048931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 72.11%

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

R = 2.11%
G = 72.11%
B = 25.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#048931 (or 0x048931) is known color: Dark Spring Green. HEX triplet: 04, 89 and 31. RGB value is (4,137,49). Sum of RGB (Red+Green+Blue) = 4+137+49=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 137 (53.91% from 255 or 72.11% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 137 - color contains mainly: green. Hex color #048931 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048931 is #FB76CE. Grayscale: #575757. Windows color (decimal): -16479951 or 3246340. OLE color: 3246340.

HSL color Cylindrical-coordinate representation of color #048931: hue angle of 140.3º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048931 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 137 49 -
CMYK 0.97 0 0.64 0.46
HSL 140.3º 0.94% 0.28% -
HSV(B) 140.3º 0.97% 0.54% -
XYZ 9.55 18.14 5.9 -
YUV 87.2 106.44 68.66 -
System Red Green Blue C M Y K H S L
Decimal 4 137 49 0.97 0 0.64 0.46 140.3 0.94 0.28
Hex 4 89 31 61 0 40 2E 8C 5E 1C
Octal 4 211 61 141 0 100 56 214 136 34
Binary 100 10001001 110001 1100001 0 1000000 101110 10001100 1011110 11100

Color Harmonies of #048931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048931

Black with #048931

Text Example


Text Example

White with #048931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048931; }

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

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

background-color css

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

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

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

border-color css

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

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

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