#048030

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

Shades of Dark Spring Green #048030

Tints of Dark Spring Green #048030

Color information

#048030 (or 0x048030) is unknown color: approx Dark Spring Green. HEX triplet: 04, 80 and 30. RGB value is (4,128,48). Sum of RGB (Red+Green+Blue) = 4+128+48=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #048030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048030 is #FB7FCF. Grayscale: #525252. Windows color (decimal): -16482256 or 3178500. OLE color: 3178500.

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

Color convert

RGB412848-
CMYK0.9700.620.50
HSL141.29º93.94%25.88%-
HSV(B)141.29º96.88%50.2%-
XYZ8.315.685.38-
YUV81.8108.9272.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 128 (50.39% from 255) = 71.11%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=2.22%
G=71.11%
B=26.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4128480.9700.620.50141.2993.9425.88
Hex480306103E328d5e1a
Octal4200601410766221513632
Binary100100000001100001100001011111011001010001101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048030; }

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

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

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

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

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

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

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

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