Html Css Color HEX #037001 Green

📋 copy color: '#037001'

red 3 ◦ green 112 ◦ blue 1

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

Shades of Green #037001

Tints of Green #037001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 2.59%
G = 96.55%
B = 0.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#037001 (or 0x037001) is known color: Green. HEX triplet: 03, 70 and 01. RGB value is (3,112,1). Sum of RGB (Red+Green+Blue) = 3+112+1=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 112 (44.14% from 255 or 96.55% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 112 - color contains mainly: green. Hex color #037001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037001 is #FC8FFE. Grayscale: #434343. Windows color (decimal): -16551935 or 94211. OLE color: 94211.

HSL color Cylindrical-coordinate representation of color #037001: hue angle of 118.92º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037001 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 1 -
CMYK 0.97 0 0.99 0.56
HSL 118.92º 0.98% 0.22% -
HSV(B) 118.92º 0.99% 0.44% -
XYZ 5.84 11.61 1.96 -
YUV 66.76 90.89 82.53 -
System Red Green Blue C M Y K H S L
Decimal 3 112 1 0.97 0 0.99 0.56 118.92 0.98 0.22
Hex 3 70 1 61 0 63 38 77 62 16
Octal 3 160 1 141 0 143 70 167 142 26
Binary 11 1110000 1 1100001 0 1100011 111000 1110111 1100010 10110

Color Harmonies of #037001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037001

Black with #037001

Text Example


Text Example

White with #037001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037001; }

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

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

background-color css

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

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

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

border-color css

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

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

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