Html Css Color HEX #037D14 Green

📋 copy color: '#037D14'

red 3 ◦ green 125 ◦ blue 20

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

Shades of Green #037D14

Tints of Green #037D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 2.03%
G = 84.46%
B = 13.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#037D14 (or 0x037D14) is known color: Green. HEX triplet: 03, 7D and 14. RGB value is (3,125,20). Sum of RGB (Red+Green+Blue) = 3+125+20=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 125 (49.22% from 255 or 84.46% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 125 - color contains mainly: green. Hex color #037D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037D14 is #FC82EB. Grayscale: #4C4C4C. Windows color (decimal): -16548588 or 1342723. OLE color: 1342723.

HSL color Cylindrical-coordinate representation of color #037D14: hue angle of 128.36º 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 #037D14 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 125 20 -
CMYK 0.98 0 0.84 0.51
HSL 128.36º 0.95% 0.25% -
HSV(B) 128.36º 0.98% 0.49% -
XYZ 7.5 14.74 3.11 -
YUV 76.55 96.08 75.54 -
System Red Green Blue C M Y K H S L
Decimal 3 125 20 0.98 0 0.84 0.51 128.36 0.95 0.25
Hex 3 7D 14 62 0 54 33 80 5F 19
Octal 3 175 24 142 0 124 63 200 137 31
Binary 11 1111101 10100 1100010 0 1010100 110011 10000000 1011111 11001

Color Harmonies of #037D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037D14

Black with #037D14

Text Example


Text Example

White with #037D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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