#02760A

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

Shades of Green #02760A

Tints of Green #02760A

Color information

#02760A (or 0x02760A) is unknown color: approx Green. HEX triplet: 02, 76 and 0A. RGB value is (2,118,10). Sum of RGB (Red+Green+Blue) = 2+118+10=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 118 (46.48% from 255 or 90.77% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 118 - color contains mainly: green. Hex color #02760A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02760A is #FD89F5. Grayscale: #474747. Windows color (decimal): -16615926 or 685570. OLE color: 685570.

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

Color convert

RGB211810-
CMYK0.9800.920.54
HSL124.14º96.67%23.53%-
HSV(B)124.14º98.31%46.27%-
XYZ6.5612.992.45-
YUV7193.5778.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 118 (46.48% from 255) = 90.77%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=1.54%
G=90.77%
B=7.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2118100.9800.920.54124.1496.6723.53
Hex276A6205C367c6118
Octal21661214201346617414130
Binary10111011010101100010010111001101101111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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