Html Css Color HEX #057012 Green

📋 copy color: '#057012'

red 5 ◦ green 112 ◦ blue 18

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

Shades of Green #057012

Tints of Green #057012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 3.7%
G = 82.96%
B = 13.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#057012 (or 0x057012) is known color: Green. HEX triplet: 05, 70 and 12. RGB value is (5,112,18). Sum of RGB (Red+Green+Blue) = 5+112+18=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #057012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057012 is #FA8FED. Grayscale: #454545. Windows color (decimal): -16420846 or 1208325. OLE color: 1208325.

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

Color convert

RGB 5 112 18 -
CMYK 0.96 0 0.84 0.56
HSL 127.29º 0.91% 0.23% -
HSV(B) 127.29º 0.96% 0.44% -
XYZ 5.97 11.66 2.51 -
YUV 69.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 5 112 18 0.96 0 0.84 0.56 127.29 0.91 0.23
Hex 5 70 12 60 0 54 38 7F 5B 17
Octal 5 160 22 140 0 124 70 177 133 27
Binary 101 1110000 10010 1100000 0 1010100 111000 1111111 1011011 10111

Color Harmonies of #057012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057012

Black with #057012

Text Example


Text Example

White with #057012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057012; }

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

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

background-color css

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

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

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

border-color css

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

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

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