#048938

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

Shades of Dark Spring Green #048938

Tints of Dark Spring Green #048938

Color information

#048938 (or 0x048938) is unknown color: approx Dark Spring Green. HEX triplet: 04, 89 and 38. RGB value is (4,137,56). Sum of RGB (Red+Green+Blue) = 4+137+56=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #048938 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048938 is #FB76C7. Grayscale: #585858. Windows color (decimal): -16479944 or 3705092. OLE color: 3705092.

HSL color Cylindrical-coordinate representation of color #048938: hue angle of 143.46º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048938 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB413756-
CMYK0.9700.590.46
HSL143.46º94.33%27.65%-
HSV(B)143.46º97.08%53.73%-
XYZ9.7118.26.74-
YUV88109.9468.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 137 (53.91% from 255) = 69.54%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=2.03%
G=69.54%
B=28.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4137560.9700.590.46143.4694.3327.65
Hex489386103B2E8f5e1c
Octal4211701410735621713634
Binary100100010011110001100001011101110111010001111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048938; }

 p { color: rgb(4,137,56); }

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

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

 a { background-color: rgb(4,137,56); }

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

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

 span { border-color: rgb(4,137,56); }

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