#02763E

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

Shades of Dark Spring Green #02763E

Tints of Dark Spring Green #02763E

Color information

#02763E (or 0x02763E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 76 and 3E. RGB value is (2,118,62). Sum of RGB (Red+Green+Blue) = 2+118+62=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #02763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02763E is #FD89C1. Grayscale: #4D4D4D. Windows color (decimal): -16615874 or 4093442. OLE color: 4093442.

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

Color convert

RGB211862-
CMYK0.9800.470.54
HSL151.03º96.67%23.53%-
HSV(B)151.03º98.31%46.27%-
XYZ7.3713.326.74-
YUV76.93119.5774.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 118 (46.48% from 255) = 64.84%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=1.10%
G=64.84%
B=34.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2118620.9800.470.54151.0396.6723.53
Hex2763E6202F36976118
Octal2166761420576622714130
Binary1011101101111101100010010111111011010010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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