Html Css Color HEX #057301 Green

📋 copy color: '#057301'

red 5 ◦ green 115 ◦ blue 1

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

Shades of Green #057301

Tints of Green #057301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 95.04%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 4.13%
G = 95.04%
B = 0.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#057301 (or 0x057301) is known color: Green. HEX triplet: 05, 73 and 01. RGB value is (5,115,1). Sum of RGB (Red+Green+Blue) = 5+115+1=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 115 (45.31% from 255 or 95.04% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 115 - color contains mainly: green. Hex color #057301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057301 is #FA8CFE. Grayscale: #454545. Windows color (decimal): -16420095 or 94981. OLE color: 94981.

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

Color convert

RGB 5 115 1 -
CMYK 0.96 0 0.99 0.55
HSL 117.89º 0.98% 0.23% -
HSV(B) 117.89º 0.99% 0.45% -
XYZ 6.2 12.3 2.08 -
YUV 69.11 89.56 82.27 -
System Red Green Blue C M Y K H S L
Decimal 5 115 1 0.96 0 0.99 0.55 117.89 0.98 0.23
Hex 5 73 1 60 0 63 37 76 62 17
Octal 5 163 1 140 0 143 67 166 142 27
Binary 101 1110011 1 1100000 0 1100011 110111 1110110 1100010 10111

Color Harmonies of #057301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057301

Black with #057301

Text Example


Text Example

White with #057301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057301; }

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

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

background-color css

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

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

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

border-color css

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

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

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