Html Css Color HEX #048332 Dark Spring Green

📋 copy color: '#048332'

red 4 ◦ green 131 ◦ blue 50

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

Shades of Dark Spring Green #048332

Tints of Dark Spring Green #048332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 70.81%

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

R = 2.16%
G = 70.81%
B = 27.03%

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

#048332 (or 0x048332) is known color: Dark Spring Green. HEX triplet: 04, 83 and 32. RGB value is (4,131,50). Sum of RGB (Red+Green+Blue) = 4+131+50=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #048332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048332 is #FB7CCD. Grayscale: #535353. Windows color (decimal): -16481486 or 3310340. OLE color: 3310340.

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

Color convert

RGB 4 131 50 -
CMYK 0.97 0 0.62 0.49
HSL 141.73º 0.94% 0.26% -
HSV(B) 141.73º 0.97% 0.51% -
XYZ 8.74 16.49 5.74 -
YUV 83.79 108.92 71.09 -
System Red Green Blue C M Y K H S L
Decimal 4 131 50 0.97 0 0.62 0.49 141.73 0.94 0.26
Hex 4 83 32 61 0 3E 31 8E 5E 1A
Octal 4 203 62 141 0 76 61 216 136 32
Binary 100 10000011 110010 1100001 0 111110 110001 10001110 1011110 11010

Color Harmonies of #048332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048332

Black with #048332

Text Example


Text Example

White with #048332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048332; }

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

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

background-color css

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

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

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

border-color css

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

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

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