Html Css Color HEX #037014 Green

📋 copy color: '#037014'

red 3 ◦ green 112 ◦ blue 20

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

Shades of Green #037014

Tints of Green #037014

RGB

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

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

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

R = 2.22%
G = 82.96%
B = 14.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#037014 (or 0x037014) is known color: Green. HEX triplet: 03, 70 and 14. RGB value is (3,112,20). Sum of RGB (Red+Green+Blue) = 3+112+20=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #037014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037014 is #FC8FEB. Grayscale: #454545. Windows color (decimal): -16551916 or 1339395. OLE color: 1339395.

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

Color convert

RGB 3 112 20 -
CMYK 0.97 0 0.82 0.56
HSL 129.36º 0.95% 0.23% -
HSV(B) 129.36º 0.97% 0.44% -
XYZ 5.96 11.66 2.6 -
YUV 68.92 100.39 80.98 -
System Red Green Blue C M Y K H S L
Decimal 3 112 20 0.97 0 0.82 0.56 129.36 0.95 0.23
Hex 3 70 14 61 0 52 38 81 5F 17
Octal 3 160 24 141 0 122 70 201 137 27
Binary 11 1110000 10100 1100001 0 1010010 111000 10000001 1011111 10111

Color Harmonies of #037014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037014

Black with #037014

Text Example


Text Example

White with #037014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037014; }

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

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

background-color css

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

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

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

border-color css

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

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

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