#057302

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

Shades of Green #057302

Tints of Green #057302

Color information

#057302 (or 0x057302) is unknown color: approx Green. HEX triplet: 05, 73 and 02. RGB value is (5,115,2). Sum of RGB (Red+Green+Blue) = 5+115+2=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 115 (45.31% from 255 or 94.26% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 115 - color contains mainly: green. Hex color #057302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057302 is #FA8CFD. Grayscale: #454545. Windows color (decimal): -16420094 or 160517. OLE color: 160517.

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

Color convert

RGB51152-
CMYK0.9600.980.55
HSL118.41º96.58%22.94%-
HSV(B)118.41º98.26%45.1%-
XYZ6.212.32.1-
YUV69.2390.0682.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 115 (45.31% from 255) = 94.26%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=4.10%
G=94.26%
B=1.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511520.9600.980.55118.4196.5822.94
Hex57326006237766117
Octal5163214001426716614127
Binary1011110011101100000011000101101111110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057302; }

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

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

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

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

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

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

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

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