#057802

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

Shades of Green #057802

Tints of Green #057802

Color information

#057802 (or 0x057802) is unknown color: approx Green. HEX triplet: 05, 78 and 02. RGB value is (5,120,2). Sum of RGB (Red+Green+Blue) = 5+120+2=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 120 (47.27% from 255 or 94.49% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 120 - color contains mainly: green. Hex color #057802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057802 is #FA87FD. Grayscale: #484848. Windows color (decimal): -16418814 or 161797. OLE color: 161797.

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

Color convert

RGB51202-
CMYK0.9600.980.53
HSL118.47º96.72%23.92%-
HSV(B)118.47º98.33%47.06%-
XYZ6.7913.472.3-
YUV72.1688.480.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 120 (47.27% from 255) = 94.49%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=3.94%
G=94.49%
B=1.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal512020.9600.980.53118.4796.7223.92
Hex57826006235766118
Octal5170214001426516614130
Binary1011111000101100000011000101101011110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057802; }

 p { color: rgb(5,120,2); }

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

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

 a { background-color: rgb(5,120,2); }

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

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

 span { border-color: rgb(5,120,2); }

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