#02822E

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

Shades of Dark Spring Green #02822E

Tints of Dark Spring Green #02822E

Color information

#02822E (or 0x02822E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 82 and 2E. RGB value is (2,130,46). Sum of RGB (Red+Green+Blue) = 2+130+46=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #02822E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02822E is #FD7DD1. Grayscale: #525252. Windows color (decimal): -16612818 or 3047938. OLE color: 3047938.

HSL color Cylindrical-coordinate representation of color #02822E: hue angle of 140.62º 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 #02822E is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB213046-
CMYK0.9800.650.49
HSL140.62º96.97%25.88%-
HSV(B)140.62º98.46%50.98%-
XYZ8.516.185.26-
YUV82.15107.5970.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 130 (51.17% from 255) = 73.03%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=1.12%
G=73.03%
B=25.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130460.9800.650.49140.6296.9725.88
Hex2822E62041318d611a
Octal22025614201016121514132
Binary101000001010111011000100100000111000110001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02822E; }

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

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

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

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

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

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

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

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