Html Css Color HEX #057102 Green

📋 copy color: '#057102'

red 5 ◦ green 113 ◦ blue 2

#057102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #057102

Tints of Green #057102

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 value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#057102 (or 0x057102) is known color: 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

RGB 5 113 2 -
CMYK 0.96 0 0.98 0.56
HSL 118.38º 0.97% 0.23% -
HSV(B) 118.38º 0.98% 0.44% -
XYZ 5.98 11.85 2.03 -
YUV 68.05 90.72 83.03 -
System Red Green Blue C M Y K H S L
Decimal 5 113 2 0.96 0 0.98 0.56 118.38 0.97 0.23
Hex 5 71 2 60 0 62 38 76 61 17
Octal 5 161 2 140 0 142 70 166 141 27
Binary 101 1110001 10 1100000 0 1100010 111000 1110110 1100001 10111

Color Harmonies of #057102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057102

Black with #057102

Text Example


Text Example

White with #057102

Text Example


Text Example

HTML Codes & Css Web 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>