#02792E

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

Shades of Dark Spring Green #02792E

Tints of Dark Spring Green #02792E

Color information

#02792E (or 0x02792E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 79 and 2E. RGB value is (2,121,46). Sum of RGB (Red+Green+Blue) = 2+121+46=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #02792E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02792E is #FD86D1. Grayscale: #4D4D4D. Windows color (decimal): -16615122 or 3045634. OLE color: 3045634.

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

Color convert

RGB212146-
CMYK0.9800.620.53
HSL142.18º96.75%24.12%-
HSV(B)142.18º98.35%47.45%-
XYZ7.3613.884.88-
YUV76.87110.5874.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 121 (47.66% from 255) = 71.60%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=1.18%
G=71.60%
B=27.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2121460.9800.620.53142.1896.7524.12
Hex2792E6203E358e6118
Octal2171561420766521614130
Binary1011110011011101100010011111011010110001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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