#02760F

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

Shades of Green #02760F

Tints of Green #02760F

Color information

#02760F (or 0x02760F) is unknown color: approx Green. HEX triplet: 02, 76 and 0F. RGB value is (2,118,15). Sum of RGB (Red+Green+Blue) = 2+118+15=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 118 (46.48% from 255 or 87.41% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 118 - color contains mainly: green. Hex color #02760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02760F is #FD89F0. Grayscale: #474747. Windows color (decimal): -16615921 or 1013250. OLE color: 1013250.

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

Color convert

RGB211815-
CMYK0.9800.870.54
HSL126.72º96.67%23.53%-
HSV(B)126.72º98.31%46.27%-
XYZ6.59132.61-
YUV71.5796.0778.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 118 (46.48% from 255) = 87.41%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=1.48%
G=87.41%
B=11.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2118150.9800.870.54126.7296.6723.53
Hex276F62057367f6118
Octal21661714201276617714130
Binary10111011011111100010010101111101101111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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