#02760E

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

Shades of Green #02760E

Tints of Green #02760E

Color information

#02760E (or 0x02760E) is unknown color: approx Green. HEX triplet: 02, 76 and 0E. RGB value is (2,118,14). Sum of RGB (Red+Green+Blue) = 2+118+14=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 118 (46.48% from 255 or 88.06% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 118 - color contains mainly: green. Hex color #02760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02760E is #FD89F1. Grayscale: #474747. Windows color (decimal): -16615922 or 947714. OLE color: 947714.

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

Color convert

RGB211814-
CMYK0.9800.880.54
HSL126.21º96.67%23.53%-
HSV(B)126.21º98.31%46.27%-
XYZ6.58132.58-
YUV71.4695.5778.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 118 (46.48% from 255) = 88.06%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=1.49%
G=88.06%
B=10.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2118140.9800.880.54126.2196.6723.53
Hex276E62058367e6118
Octal21661614201306617614130
Binary10111011011101100010010110001101101111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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