Html Css Color HEX #037412 Green

📋 copy color: '#037412'

red 3 ◦ green 116 ◦ blue 18

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

Shades of Green #037412

Tints of Green #037412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 84.67%

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

R = 2.19%
G = 84.67%
B = 13.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#037412 (or 0x037412) is known color: Green. HEX triplet: 03, 74 and 12. RGB value is (3,116,18). Sum of RGB (Red+Green+Blue) = 3+116+18=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #037412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037412 is #FC8BED. Grayscale: #474747. Windows color (decimal): -16550894 or 1209347. OLE color: 1209347.

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

Color convert

RGB 3 116 18 -
CMYK 0.97 0 0.84 0.55
HSL 127.96º 0.95% 0.23% -
HSV(B) 127.96º 0.97% 0.45% -
XYZ 6.39 12.55 2.66 -
YUV 71.04 98.06 79.47 -
System Red Green Blue C M Y K H S L
Decimal 3 116 18 0.97 0 0.84 0.55 127.96 0.95 0.23
Hex 3 74 12 61 0 54 37 80 5F 17
Octal 3 164 22 141 0 124 67 200 137 27
Binary 11 1110100 10010 1100001 0 1010100 110111 10000000 1011111 10111

Color Harmonies of #037412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037412

Black with #037412

Text Example


Text Example

White with #037412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037412; }

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

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

background-color css

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

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

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

border-color css

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

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

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