#028532

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

Shades of Dark Spring Green #028532

Tints of Dark Spring Green #028532

Color information

#028532 (or 0x028532) is unknown color: approx Dark Spring Green. HEX triplet: 02, 85 and 32. RGB value is (2,133,50). Sum of RGB (Red+Green+Blue) = 2+133+50=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #028532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028532 is #FD7ACD. Grayscale: #545454. Windows color (decimal): -16612046 or 3310850. OLE color: 3310850.

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

Color convert

RGB213350-
CMYK0.9800.620.48
HSL141.98º97.04%26.47%-
HSV(B)141.98º98.5%52.16%-
XYZ8.9917.025.83-
YUV84.37108.669.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 133 (52.34% from 255) = 71.89%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=1.08%
G=71.89%
B=27.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133500.9800.620.48141.9897.0426.47
Hex285326203E308e611a
Octal2205621420766021614132
Binary10100001011100101100010011111011000010001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028532; }

 p { color: rgb(2,133,50); }

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

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

 a { background-color: rgb(2,133,50); }

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

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

 span { border-color: rgb(2,133,50); }

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