Html Css Color HEX #037013 Green

📋 copy color: '#037013'

red 3 ◦ green 112 ◦ blue 19

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

Shades of Green #037013

Tints of Green #037013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 2.24%
G = 83.58%
B = 14.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#037013 (or 0x037013) is known color: Green. HEX triplet: 03, 70 and 13. RGB value is (3,112,19). Sum of RGB (Red+Green+Blue) = 3+112+19=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #037013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037013 is #FC8FEC. Grayscale: #454545. Windows color (decimal): -16551917 or 1273859. OLE color: 1273859.

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

Color convert

RGB 3 112 19 -
CMYK 0.97 0 0.83 0.56
HSL 128.81º 0.95% 0.23% -
HSV(B) 128.81º 0.97% 0.44% -
XYZ 5.95 11.65 2.55 -
YUV 68.81 99.89 81.06 -
System Red Green Blue C M Y K H S L
Decimal 3 112 19 0.97 0 0.83 0.56 128.81 0.95 0.23
Hex 3 70 13 61 0 53 38 81 5F 17
Octal 3 160 23 141 0 123 70 201 137 27
Binary 11 1110000 10011 1100001 0 1010011 111000 10000001 1011111 10111

Color Harmonies of #037013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037013

Black with #037013

Text Example


Text Example

White with #037013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037013; }

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

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

background-color css

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

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

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

border-color css

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

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

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