#048035

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

Shades of Dark Spring Green #048035

Tints of Dark Spring Green #048035

Color information

#048035 (or 0x048035) is unknown color: approx Dark Spring Green. HEX triplet: 04, 80 and 35. RGB value is (4,128,53). Sum of RGB (Red+Green+Blue) = 4+128+53=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #048035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048035 is #FB7FCA. Grayscale: #525252. Windows color (decimal): -16482251 or 3506180. OLE color: 3506180.

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

Color convert

RGB412853-
CMYK0.9700.590.50
HSL143.71º93.94%25.88%-
HSV(B)143.71º96.88%50.2%-
XYZ8.4115.725.96-
YUV82.37111.4272.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 128 (50.39% from 255) = 69.19%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=2.16%
G=69.19%
B=28.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4128530.9700.590.50143.7193.9425.88
Hex480356103B32905e1a
Octal4200651410736222013632
Binary100100000001101011100001011101111001010010000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048035; }

 p { color: rgb(4,128,53); }

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

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

 a { background-color: rgb(4,128,53); }

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

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

 span { border-color: rgb(4,128,53); }

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