Html Css Color HEX #048232 Dark Spring Green

📋 copy color: '#048232'

red 4 ◦ green 130 ◦ blue 50

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

Shades of Dark Spring Green #048232

Tints of Dark Spring Green #048232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 70.65%

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

R = 2.17%
G = 70.65%
B = 27.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#048232 (or 0x048232) is known color: Dark Spring Green. HEX triplet: 04, 82 and 32. RGB value is (4,130,50). Sum of RGB (Red+Green+Blue) = 4+130+50=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #048232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048232 is #FB7DCD. Grayscale: #535353. Windows color (decimal): -16481742 or 3310084. OLE color: 3310084.

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

Color convert

RGB 4 130 50 -
CMYK 0.97 0 0.62 0.49
HSL 141.9º 0.94% 0.26% -
HSV(B) 141.9º 0.97% 0.51% -
XYZ 8.61 16.22 5.69 -
YUV 83.21 109.26 71.5 -
System Red Green Blue C M Y K H S L
Decimal 4 130 50 0.97 0 0.62 0.49 141.9 0.94 0.26
Hex 4 82 32 61 0 3E 31 8E 5E 1A
Octal 4 202 62 141 0 76 61 216 136 32
Binary 100 10000010 110010 1100001 0 111110 110001 10001110 1011110 11010

Color Harmonies of #048232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048232

Black with #048232

Text Example


Text Example

White with #048232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048232; }

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

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

background-color css

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

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

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

border-color css

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

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

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