Html Css Color HEX #057002 Green

📋 copy color: '#057002'

red 5 ◦ green 112 ◦ blue 2

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

Shades of Green #057002

Tints of Green #057002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 94.12%

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

R = 4.2%
G = 94.12%
B = 1.68%

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

#057002 (or 0x057002) is known color: Green. HEX triplet: 05, 70 and 02. RGB value is (5,112,2). Sum of RGB (Red+Green+Blue) = 5+112+2=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 112 (44.14% from 255 or 94.12% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 112 - color contains mainly: green. Hex color #057002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057002 is #FA8FFD. Grayscale: #434343. Windows color (decimal): -16420862 or 159749. OLE color: 159749.

HSL color Cylindrical-coordinate representation of color #057002: hue angle of 118.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057002 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 2 -
CMYK 0.96 0 0.98 0.56
HSL 118.36º 0.96% 0.22% -
HSV(B) 118.36º 0.98% 0.44% -
XYZ 5.87 11.62 1.99 -
YUV 67.47 91.05 83.44 -
System Red Green Blue C M Y K H S L
Decimal 5 112 2 0.96 0 0.98 0.56 118.36 0.96 0.22
Hex 5 70 2 60 0 62 38 76 60 16
Octal 5 160 2 140 0 142 70 166 140 26
Binary 101 1110000 10 1100000 0 1100010 111000 1110110 1100000 10110

Color Harmonies of #057002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057002

Black with #057002

Text Example


Text Example

White with #057002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057002; }

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

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

background-color css

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

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

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

border-color css

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

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

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