#02761C

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

Shades of Green #02761C

Tints of Green #02761C

Color information

#02761C (or 0x02761C) is unknown color: approx Green. HEX triplet: 02, 76 and 1C. RGB value is (2,118,28). Sum of RGB (Red+Green+Blue) = 2+118+28=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 118 (46.48% from 255 or 79.73% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 118 - color contains mainly: green. Hex color #02761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02761C is #FD89E3. Grayscale: #494949. Windows color (decimal): -16615908 or 1865218. OLE color: 1865218.

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

Color convert

RGB211828-
CMYK0.9800.760.54
HSL133.45º96.67%23.53%-
HSV(B)133.45º98.31%46.27%-
XYZ6.7113.053.26-
YUV73.06102.5777.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 118 (46.48% from 255) = 79.73%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=1.35%
G=79.73%
B=18.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2118280.9800.760.54133.4596.6723.53
Hex2761C6204C36856118
Octal21663414201146620514130
Binary1011101101110011000100100110011011010000101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02761C; }

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

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

<style>
 a { background-color: #02761C; }

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

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

<style>
 span { border-color: #02761C; }

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

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