Html Css Color HEX #048231 Dark Spring Green

📋 copy color: '#048231'

red 4 ◦ green 130 ◦ blue 49

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

Shades of Dark Spring Green #048231

Tints of Dark Spring Green #048231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.78%

R = 2.19%
G = 71.04%
B = 26.78%

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

#048231 (or 0x048231) is known color: Dark Spring Green. HEX triplet: 04, 82 and 31. RGB value is (4,130,49). Sum of RGB (Red+Green+Blue) = 4+130+49=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #048231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048231 is #FB7DCE. Grayscale: #535353. Windows color (decimal): -16481743 or 3244548. OLE color: 3244548.

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

Color convert

RGB 4 130 49 -
CMYK 0.97 0 0.62 0.49
HSL 141.43º 0.94% 0.26% -
HSV(B) 141.43º 0.97% 0.51% -
XYZ 8.59 16.21 5.58 -
YUV 83.09 108.76 71.59 -
System Red Green Blue C M Y K H S L
Decimal 4 130 49 0.97 0 0.62 0.49 141.43 0.94 0.26
Hex 4 82 31 61 0 3E 31 8D 5E 1A
Octal 4 202 61 141 0 76 61 215 136 32
Binary 100 10000010 110001 1100001 0 111110 110001 10001101 1011110 11010

Color Harmonies of #048231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048231

Black with #048231

Text Example


Text Example

White with #048231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048231; }

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

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

background-color css

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

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

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

border-color css

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

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

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