#028033

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

Shades of Dark Spring Green #028033

Tints of Dark Spring Green #028033

Color information

#028033 (or 0x028033) is unknown color: approx Dark Spring Green. HEX triplet: 02, 80 and 33. RGB value is (2,128,51). Sum of RGB (Red+Green+Blue) = 2+128+51=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #028033 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028033 is #FD7FCC. Grayscale: #515151. Windows color (decimal): -16613325 or 3375106. OLE color: 3375106.

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

Color convert

RGB212851-
CMYK0.9800.600.50
HSL143.33º96.92%25.49%-
HSV(B)143.33º98.44%50.2%-
XYZ8.3415.695.72-
YUV81.55110.7671.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 128 (50.39% from 255) = 70.72%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=1.10%
G=70.72%
B=28.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2128510.9800.600.50143.3396.9225.49
Hex280336203C328f6119
Octal2200631420746221714131
Binary10100000001100111100010011110011001010001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028033; }

 p { color: rgb(2,128,51); }

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

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

 a { background-color: rgb(2,128,51); }

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

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

 span { border-color: rgb(2,128,51); }

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