Html Css Color HEX #048130 Dark Spring Green

📋 copy color: '#048130'

red 4 ◦ green 129 ◦ blue 48

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

Shades of Dark Spring Green #048130

Tints of Dark Spring Green #048130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 2.21%
G = 71.27%
B = 26.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#048130 (or 0x048130) is known color: Dark Spring Green. HEX triplet: 04, 81 and 30. RGB value is (4,129,48). Sum of RGB (Red+Green+Blue) = 4+129+48=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #048130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048130 is #FB7ECF. Grayscale: #525252. Windows color (decimal): -16482000 or 3178756. OLE color: 3178756.

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

Color convert

RGB 4 129 48 -
CMYK 0.97 0 0.63 0.49
HSL 141.12º 0.94% 0.26% -
HSV(B) 141.12º 0.97% 0.51% -
XYZ 8.43 15.94 5.43 -
YUV 82.39 108.59 72.09 -
System Red Green Blue C M Y K H S L
Decimal 4 129 48 0.97 0 0.63 0.49 141.12 0.94 0.26
Hex 4 81 30 61 0 3F 31 8D 5E 1A
Octal 4 201 60 141 0 77 61 215 136 32
Binary 100 10000001 110000 1100001 0 111111 110001 10001101 1011110 11010

Color Harmonies of #048130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048130

Black with #048130

Text Example


Text Example

White with #048130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048130; }

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

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

background-color css

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

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

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

border-color css

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

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

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