Html Css Color HEX #037012 Green

📋 copy color: '#037012'

red 3 ◦ green 112 ◦ blue 18

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

Shades of Green #037012

Tints of Green #037012

RGB

 RED value IS 3 (1.56% from 255) = 2.26%

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

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

R = 2.26%
G = 84.21%
B = 13.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#037012 (or 0x037012) is known color: Green. HEX triplet: 03, 70 and 12. RGB value is (3,112,18). Sum of RGB (Red+Green+Blue) = 3+112+18=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 112 (44.14% from 255 or 84.21% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 112 - color contains mainly: green. Hex color #037012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037012 is #FC8FED. Grayscale: #444444. Windows color (decimal): -16551918 or 1208323. OLE color: 1208323.

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

Color convert

RGB 3 112 18 -
CMYK 0.97 0 0.84 0.56
HSL 128.26º 0.95% 0.23% -
HSV(B) 128.26º 0.97% 0.44% -
XYZ 5.94 11.65 2.51 -
YUV 68.69 99.39 81.14 -
System Red Green Blue C M Y K H S L
Decimal 3 112 18 0.97 0 0.84 0.56 128.26 0.95 0.23
Hex 3 70 12 61 0 54 38 80 5F 17
Octal 3 160 22 141 0 124 70 200 137 27
Binary 11 1110000 10010 1100001 0 1010100 111000 10000000 1011111 10111

Color Harmonies of #037012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037012

Black with #037012

Text Example


Text Example

White with #037012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037012; }

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

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

background-color css

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

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

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

border-color css

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

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

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