Html Css Color HEX #057302 Green

📋 copy color: '#057302'

red 5 ◦ green 115 ◦ blue 2

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

Shades of Green #057302

Tints of Green #057302

RGB

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

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

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

R = 4.1%
G = 94.26%
B = 1.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#057302 (or 0x057302) is known color: Green. HEX triplet: 05, 73 and 02. RGB value is (5,115,2). Sum of RGB (Red+Green+Blue) = 5+115+2=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 115 (45.31% from 255 or 94.26% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 115 - color contains mainly: green. Hex color #057302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057302 is #FA8CFD. Grayscale: #454545. Windows color (decimal): -16420094 or 160517. OLE color: 160517.

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

Color convert

RGB 5 115 2 -
CMYK 0.96 0 0.98 0.55
HSL 118.41º 0.97% 0.23% -
HSV(B) 118.41º 0.98% 0.45% -
XYZ 6.2 12.3 2.1 -
YUV 69.23 90.06 82.19 -
System Red Green Blue C M Y K H S L
Decimal 5 115 2 0.96 0 0.98 0.55 118.41 0.97 0.23
Hex 5 73 2 60 0 62 37 76 61 17
Octal 5 163 2 140 0 142 67 166 141 27
Binary 101 1110011 10 1100000 0 1100010 110111 1110110 1100001 10111

Color Harmonies of #057302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057302

Black with #057302

Text Example


Text Example

White with #057302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057302; }

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

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

background-color css

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

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

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

border-color css

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

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

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