#048331

Color #048331 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #048331

Tints of Dark Spring Green #048331

Color information

#048331 (or 0x048331) is unknown color: approx Dark Spring Green. HEX triplet: 04, 83 and 31. RGB value is (4,131,49). Sum of RGB (Red+Green+Blue) = 4+131+49=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #048331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048331 is #FB7CCE. Grayscale: #535353. Windows color (decimal): -16481487 or 3244804. OLE color: 3244804.

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

Color convert

RGB413149-
CMYK0.9700.630.49
HSL141.26º94.07%26.47%-
HSV(B)141.26º96.95%51.37%-
XYZ8.7216.485.63-
YUV83.68108.4271.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.17%
GREEN value IS 131 (51.56% from 255) = 71.20%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=2.17%
G=71.20%
B=26.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4131490.9700.630.49141.2694.0726.47
Hex483316103F318d5e1a
Octal4203611410776121513632
Binary100100000111100011100001011111111000110001101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048331; }

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

 H1.HeaderClassName
 {
   color: #048331;
 }
 .AnyTagClassName
 {
   color: #048331;
 }
</style>
background-color css

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

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

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

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

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

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