Html Css Color HEX #048932 Dark Spring Green

📋 copy color: '#048932'

red 4 ◦ green 137 ◦ blue 50

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

Shades of Dark Spring Green #048932

Tints of Dark Spring Green #048932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 2.09%
G = 71.73%
B = 26.18%

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

#048932 (or 0x048932) is known color: Dark Spring Green. HEX triplet: 04, 89 and 32. RGB value is (4,137,50). Sum of RGB (Red+Green+Blue) = 4+137+50=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 137 (53.91% from 255 or 71.73% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 137 - color contains mainly: green. Hex color #048932 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048932 is #FB76CD. Grayscale: #575757. Windows color (decimal): -16479950 or 3311876. OLE color: 3311876.

HSL color Cylindrical-coordinate representation of color #048932: hue angle of 140.75º 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 #048932 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 137 50 -
CMYK 0.97 0 0.64 0.46
HSL 140.75º 0.94% 0.28% -
HSV(B) 140.75º 0.97% 0.54% -
XYZ 9.57 18.15 6.02 -
YUV 87.32 106.94 68.57 -
System Red Green Blue C M Y K H S L
Decimal 4 137 50 0.97 0 0.64 0.46 140.75 0.94 0.28
Hex 4 89 32 61 0 40 2E 8D 5E 1C
Octal 4 211 62 141 0 100 56 215 136 34
Binary 100 10001001 110010 1100001 0 1000000 101110 10001101 1011110 11100

Color Harmonies of #048932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048932

Black with #048932

Text Example


Text Example

White with #048932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048932; }

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

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

background-color css

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

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

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

border-color css

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

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

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