Html Css Color HEX #048034 Dark Spring Green

📋 copy color: '#048034'

red 4 ◦ green 128 ◦ blue 52

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

Shades of Dark Spring Green #048034

Tints of Dark Spring Green #048034

RGB

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

 GREEN value IS 128 (50.39% from 255) = 69.57%

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

R = 2.17%
G = 69.57%
B = 28.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#048034 (or 0x048034) is known color: Dark Spring Green. HEX triplet: 04, 80 and 34. RGB value is (4,128,52). Sum of RGB (Red+Green+Blue) = 4+128+52=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 128 (50.39% from 255 or 69.57% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 128 - color contains mainly: green. Hex color #048034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048034 is #FB7FCB. Grayscale: #525252. Windows color (decimal): -16482252 or 3440644. OLE color: 3440644.

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

Color convert

RGB 4 128 52 -
CMYK 0.97 0 0.59 0.50
HSL 143.23º 0.94% 0.26% -
HSV(B) 143.23º 0.97% 0.5% -
XYZ 8.39 15.71 5.84 -
YUV 82.26 110.92 72.18 -
System Red Green Blue C M Y K H S L
Decimal 4 128 52 0.97 0 0.59 0.50 143.23 0.94 0.26
Hex 4 80 34 61 0 3B 32 8F 5E 1A
Octal 4 200 64 141 0 73 62 217 136 32
Binary 100 10000000 110100 1100001 0 111011 110010 10001111 1011110 11010

Color Harmonies of #048034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048034

Black with #048034

Text Example


Text Example

White with #048034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048034; }

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

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

background-color css

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

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

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

border-color css

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

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

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