#02773F

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

Shades of Dark Spring Green #02773F

Tints of Dark Spring Green #02773F

Color information

#02773F (or 0x02773F) is unknown color: approx Dark Spring Green. HEX triplet: 02, 77 and 3F. RGB value is (2,119,63). Sum of RGB (Red+Green+Blue) = 2+119+63=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 119 (46.88% from 255 or 64.67% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 119 - color contains mainly: green. Hex color #02773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02773F is #FD88C0. Grayscale: #4D4D4D. Windows color (decimal): -16615617 or 4159234. OLE color: 4159234.

HSL color Cylindrical-coordinate representation of color #02773F: hue angle of 151.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02773F is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB211963-
CMYK0.9800.470.53
HSL151.28º96.69%23.73%-
HSV(B)151.28º98.32%46.67%-
XYZ7.5213.576.92-
YUV77.63119.7474.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 119 (46.88% from 255) = 64.67%
BLUE value IS 63 (25% from 255) = 34.24%
R=1.09%
G=64.67%
B=34.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119630.9800.470.53151.2896.6923.73
Hex2773F6202F35976118
Octal2167771420576522714130
Binary1011101111111111100010010111111010110010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02773F; }

 p { color: rgb(2,119,63); }

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

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

 a { background-color: rgb(2,119,63); }

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

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

 span { border-color: rgb(2,119,63); }

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