#048431

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

Shades of Dark Spring Green #048431

Tints of Dark Spring Green #048431

Color information

#048431 (or 0x048431) is unknown color: approx Dark Spring Green. HEX triplet: 04, 84 and 31. RGB value is (4,132,49). Sum of RGB (Red+Green+Blue) = 4+132+49=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 132 (51.95% from 255 or 71.35% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 132 - color contains mainly: green. Hex color #048431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048431 is #FB7BCE. Grayscale: #545454. Windows color (decimal): -16481231 or 3245060. OLE color: 3245060.

HSL color Cylindrical-coordinate representation of color #048431: hue angle of 141.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048431 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB413249-
CMYK0.9700.630.48
HSL141.09º94.12%26.67%-
HSV(B)141.09º96.97%51.76%-
XYZ8.8616.755.67-
YUV84.27108.0970.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 132 (51.95% from 255) = 71.35%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=2.16%
G=71.35%
B=26.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4132490.9700.630.48141.0994.1226.67
Hex484316103F308d5e1b
Octal4204611410776021513633
Binary100100001001100011100001011111111000010001101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048431; }

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

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

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

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

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

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

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

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