Html Css Color HEX #048934 Dark Spring Green

📋 copy color: '#048934'

red 4 ◦ green 137 ◦ blue 52

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

Shades of Dark Spring Green #048934

Tints of Dark Spring Green #048934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 2.07%
G = 70.98%
B = 26.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#048934 (or 0x048934) is known color: Dark Spring Green. HEX triplet: 04, 89 and 34. RGB value is (4,137,52). Sum of RGB (Red+Green+Blue) = 4+137+52=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 137 (53.91% from 255 or 70.98% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 137 - color contains mainly: green. Hex color #048934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048934 is #FB76CB. Grayscale: #575757. Windows color (decimal): -16479948 or 3442948. OLE color: 3442948.

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

Color convert

RGB 4 137 52 -
CMYK 0.97 0 0.62 0.46
HSL 141.65º 0.94% 0.28% -
HSV(B) 141.65º 0.97% 0.54% -
XYZ 9.62 18.17 6.25 -
YUV 87.54 107.94 68.41 -
System Red Green Blue C M Y K H S L
Decimal 4 137 52 0.97 0 0.62 0.46 141.65 0.94 0.28
Hex 4 89 34 61 0 3E 2E 8E 5E 1C
Octal 4 211 64 141 0 76 56 216 136 34
Binary 100 10001001 110100 1100001 0 111110 101110 10001110 1011110 11100

Color Harmonies of #048934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048934

Black with #048934

Text Example


Text Example

White with #048934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048934; }

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

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

background-color css

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

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

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

border-color css

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

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

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