Html Css Color HEX #057F02 Green

📋 copy color: '#057F02'

red 5 ◦ green 127 ◦ blue 2

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

Shades of Green #057F02

Tints of Green #057F02

RGB

 RED value IS 5 (2.34% from 255) = 3.73%

 GREEN value IS 127 (50% from 255) = 94.78%

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 3.73%
G = 94.78%
B = 1.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#057F02 (or 0x057F02) is known color: Green. HEX triplet: 05, 7F and 02. RGB value is (5,127,2). Sum of RGB (Red+Green+Blue) = 5+127+2=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 127 (50% from 255 or 94.78% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 127 - color contains mainly: green. Hex color #057F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F02 is #FA80FD. Grayscale: #4C4C4C. Windows color (decimal): -16417022 or 163589. OLE color: 163589.

HSL color Cylindrical-coordinate representation of color #057F02: hue angle of 118.56º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057F02 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 127 2 -
CMYK 0.96 0 0.98 0.50
HSL 118.56º 0.97% 0.25% -
HSV(B) 118.56º 0.98% 0.5% -
XYZ 7.66 15.22 2.59 -
YUV 76.27 86.08 77.16 -
System Red Green Blue C M Y K H S L
Decimal 5 127 2 0.96 0 0.98 0.50 118.56 0.97 0.25
Hex 5 7F 2 60 0 62 32 77 61 19
Octal 5 177 2 140 0 142 62 167 141 31
Binary 101 1111111 10 1100000 0 1100010 110010 1110111 1100001 11001

Color Harmonies of #057F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F02

Black with #057F02

Text Example


Text Example

White with #057F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057F02; }

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

 H1.HeaderClassName
 {
   color: #057F02;
 }
 .AnyTagClassName
 {
   color: #057F02;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #057F02;
 }
 .BgClassName
 {
   background-color: #057F02;
 }
</style>

border-color css

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

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

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