Html Css Color HEX #057300 Green

📋 copy color: '#057300'

red 5 ◦ green 115 ◦ blue 0

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

Shades of Green #057300

Tints of Green #057300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.17%
G = 95.83%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#057300 (or 0x057300) is known color: Green. HEX triplet: 05, 73 and 00. RGB value is (5,115,0). Sum of RGB (Red+Green+Blue) = 5+115+0=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 115 (45.31% from 255 or 95.83% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 115 - color contains mainly: green. Hex color #057300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057300 is #FA8CFF. Grayscale: #454545. Windows color (decimal): -16420096 or 29445. OLE color: 29445.

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

Color convert

RGB 5 115 0 -
CMYK 0.96 0 1 0.55
HSL 117.39º 1% 0.23% -
HSV(B) 117.39º 1% 0.45% -
XYZ 6.19 12.29 2.05 -
YUV 69 89.06 82.35 -
System Red Green Blue C M Y K H S L
Decimal 5 115 0 0.96 0 1 0.55 117.39 1 0.23
Hex 5 73 0 60 0 64 37 75 64 17
Octal 5 163 0 140 0 144 67 165 144 27
Binary 101 1110011 0 1100000 0 1100100 110111 1110101 1100100 10111

Color Harmonies of #057300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057300

Black with #057300

Text Example


Text Example

White with #057300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057300; }

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

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

background-color css

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

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

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

border-color css

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

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

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