#02772F

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

Shades of Dark Spring Green #02772F

Tints of Dark Spring Green #02772F

Color information

#02772F (or 0x02772F) is unknown color: approx Dark Spring Green. HEX triplet: 02, 77 and 2F. RGB value is (2,119,47). Sum of RGB (Red+Green+Blue) = 2+119+47=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #02772F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02772F is #FD88D0. Grayscale: #4B4B4B. Windows color (decimal): -16615633 or 3110658. OLE color: 3110658.

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

Color convert

RGB211947-
CMYK0.9800.610.53
HSL143.08º96.69%23.73%-
HSV(B)143.08º98.32%46.67%-
XYZ7.1313.414.9-
YUV75.81111.7475.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 119 (46.88% from 255) = 70.83%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=1.19%
G=70.83%
B=27.98%

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
Decimal2119470.9800.610.53143.0896.6923.73
Hex2772F6203D358f6118
Octal2167571420756521714130
Binary1011101111011111100010011110111010110001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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