#057102

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

Shades of Green #057102

Tints of Green #057102

Color information

#057102 (or 0x057102) is unknown color: approx Green. HEX triplet: 05, 71 and 02. RGB value is (5,113,2). Sum of RGB (Red+Green+Blue) = 5+113+2=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 113 (44.53% from 255 or 94.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 113 - color contains mainly: green. Hex color #057102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057102 is #FA8EFD. Grayscale: #444444. Windows color (decimal): -16420606 or 160005. OLE color: 160005.

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

Color convert

RGB51132-
CMYK0.9600.980.56
HSL118.38º96.52%22.55%-
HSV(B)118.38º98.23%44.31%-
XYZ5.9811.852.03-
YUV68.0590.7283.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 113 (44.53% from 255) = 94.17%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=4.17%
G=94.17%
B=1.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511320.9600.980.56118.3896.5222.55
Hex57126006238766117
Octal5161214001427016614127
Binary1011110001101100000011000101110001110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057102; }

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

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

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

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

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

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

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

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