Html Css Color HEX #048134 Dark Spring Green

📋 copy color: '#048134'

red 4 ◦ green 129 ◦ blue 52

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

Shades of Dark Spring Green #048134

Tints of Dark Spring Green #048134

RGB

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

 GREEN value IS 129 (50.78% from 255) = 69.73%

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

R = 2.16%
G = 69.73%
B = 28.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#048134 (or 0x048134) is known color: Dark Spring Green. HEX triplet: 04, 81 and 34. RGB value is (4,129,52). Sum of RGB (Red+Green+Blue) = 4+129+52=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #048134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048134 is #FB7ECB. Grayscale: #535353. Windows color (decimal): -16481996 or 3440900. OLE color: 3440900.

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

Color convert

RGB 4 129 52 -
CMYK 0.97 0 0.60 0.49
HSL 143.04º 0.94% 0.26% -
HSV(B) 143.04º 0.97% 0.51% -
XYZ 8.52 15.97 5.88 -
YUV 82.85 110.59 71.76 -
System Red Green Blue C M Y K H S L
Decimal 4 129 52 0.97 0 0.60 0.49 143.04 0.94 0.26
Hex 4 81 34 61 0 3C 31 8F 5E 1A
Octal 4 201 64 141 0 74 61 217 136 32
Binary 100 10000001 110100 1100001 0 111100 110001 10001111 1011110 11010

Color Harmonies of #048134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048134

Black with #048134

Text Example


Text Example

White with #048134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048134; }

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

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

background-color css

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

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

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

border-color css

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

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

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