#02793E

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

Shades of Dark Spring Green #02793E

Tints of Dark Spring Green #02793E

Color information

#02793E (or 0x02793E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 79 and 3E. RGB value is (2,121,62). Sum of RGB (Red+Green+Blue) = 2+121+62=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 121 (47.66% from 255 or 65.41% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 121 - color contains mainly: green. Hex color #02793E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02793E is #FD86C1. Grayscale: #4E4E4E. Windows color (decimal): -16615106 or 4094210. OLE color: 4094210.

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

Color convert

RGB212162-
CMYK0.9800.490.53
HSL150.25º96.75%24.12%-
HSV(B)150.25º98.35%47.45%-
XYZ7.7314.046.86-
YUV78.69118.5873.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 121 (47.66% from 255) = 65.41%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=1.08%
G=65.41%
B=33.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2121620.9800.490.53150.2596.7524.12
Hex2793E6203135966118
Octal2171761420616522614130
Binary1011110011111101100010011000111010110010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,121,62); }

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

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

 a { background-color: rgb(2,121,62); }

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

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

 span { border-color: rgb(2,121,62); }

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