Html Css Color HEX #037112 Green

📋 copy color: '#037112'

red 3 ◦ green 113 ◦ blue 18

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

Shades of Green #037112

Tints of Green #037112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 84.33%

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

R = 2.24%
G = 84.33%
B = 13.43%

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

#037112 (or 0x037112) is known color: Green. HEX triplet: 03, 71 and 12. RGB value is (3,113,18). Sum of RGB (Red+Green+Blue) = 3+113+18=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 113 (44.53% from 255 or 84.33% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 113 - color contains mainly: green. Hex color #037112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037112 is #FC8EED. Grayscale: #454545. Windows color (decimal): -16551662 or 1208579. OLE color: 1208579.

HSL color Cylindrical-coordinate representation of color #037112: hue angle of 128.18º 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 #037112 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 113 18 -
CMYK 0.97 0 0.84 0.56
HSL 128.18º 0.95% 0.23% -
HSV(B) 128.18º 0.97% 0.44% -
XYZ 6.05 11.87 2.55 -
YUV 69.28 99.06 80.72 -
System Red Green Blue C M Y K H S L
Decimal 3 113 18 0.97 0 0.84 0.56 128.18 0.95 0.23
Hex 3 71 12 61 0 54 38 80 5F 17
Octal 3 161 22 141 0 124 70 200 137 27
Binary 11 1110001 10010 1100001 0 1010100 111000 10000000 1011111 10111

Color Harmonies of #037112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037112

Black with #037112

Text Example


Text Example

White with #037112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037112; }

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

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

background-color css

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

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

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

border-color css

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

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

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