#02772E

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

Shades of Dark Spring Green #02772E

Tints of Dark Spring Green #02772E

Color information

#02772E (or 0x02772E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 77 and 2E. RGB value is (2,119,46). Sum of RGB (Red+Green+Blue) = 2+119+46=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 119 (46.88% from 255 or 71.26% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 119 - color contains mainly: green. Hex color #02772E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02772E is #FD88D1. Grayscale: #4B4B4B. Windows color (decimal): -16615634 or 3045122. OLE color: 3045122.

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

Color convert

RGB211946-
CMYK0.9800.610.53
HSL142.56º96.69%23.73%-
HSV(B)142.56º98.32%46.67%-
XYZ7.1213.44.8-
YUV75.69111.2475.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 119 (46.88% from 255) = 71.26%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=1.20%
G=71.26%
B=27.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119460.9800.610.53142.5696.6923.73
Hex2772E6203D358f6118
Octal2167561420756521714130
Binary1011101111011101100010011110111010110001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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