Html Css Color HEX #037D13 Green

📋 copy color: '#037D13'

red 3 ◦ green 125 ◦ blue 19

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

Shades of Green #037D13

Tints of Green #037D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 85.03%

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

R = 2.04%
G = 85.03%
B = 12.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#037D13 (or 0x037D13) is known color: Green. HEX triplet: 03, 7D and 13. RGB value is (3,125,19). Sum of RGB (Red+Green+Blue) = 3+125+19=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 125 (49.22% from 255 or 85.03% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 125 - color contains mainly: green. Hex color #037D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037D13 is #FC82EC. Grayscale: #4C4C4C. Windows color (decimal): -16548589 or 1277187. OLE color: 1277187.

HSL color Cylindrical-coordinate representation of color #037D13: hue angle of 127.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037D13 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 125 19 -
CMYK 0.98 0 0.85 0.51
HSL 127.87º 0.95% 0.25% -
HSV(B) 127.87º 0.98% 0.49% -
XYZ 7.49 14.73 3.07 -
YUV 76.44 95.58 75.62 -
System Red Green Blue C M Y K H S L
Decimal 3 125 19 0.98 0 0.85 0.51 127.87 0.95 0.25
Hex 3 7D 13 62 0 55 33 80 5F 19
Octal 3 175 23 142 0 125 63 200 137 31
Binary 11 1111101 10011 1100010 0 1010101 110011 10000000 1011111 11001

Color Harmonies of #037D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037D13

Black with #037D13

Text Example


Text Example

White with #037D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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