#028232

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

Shades of Dark Spring Green #028232

Tints of Dark Spring Green #028232

Color information

#028232 (or 0x028232) is unknown color: approx Dark Spring Green. HEX triplet: 02, 82 and 32. RGB value is (2,130,50). Sum of RGB (Red+Green+Blue) = 2+130+50=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #028232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028232 is #FD7DCD. Grayscale: #525252. Windows color (decimal): -16612814 or 3310082. OLE color: 3310082.

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

Color convert

RGB213050-
CMYK0.9800.620.49
HSL142.5º96.97%25.88%-
HSV(B)142.5º98.46%50.98%-
XYZ8.5816.215.69-
YUV82.61109.5970.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 130 (51.17% from 255) = 71.43%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=1.10%
G=71.43%
B=27.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130500.9800.620.49142.596.9725.88
Hex282326203E318e611a
Octal2202621420766121614132
Binary10100000101100101100010011111011000110001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028232; }

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

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

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

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

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

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

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

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