Html Css Color HEX #037201 Green

📋 copy color: '#037201'

red 3 ◦ green 114 ◦ blue 1

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

Shades of Green #037201

Tints of Green #037201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 96.61%

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

R = 2.54%
G = 96.61%
B = 0.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#037201 (or 0x037201) is known color: Green. HEX triplet: 03, 72 and 01. RGB value is (3,114,1). Sum of RGB (Red+Green+Blue) = 3+114+1=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 114 (44.92% from 255 or 96.61% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 114 - color contains mainly: green. Hex color #037201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037201 is #FC8DFE. Grayscale: #444444. Windows color (decimal): -16551423 or 94723. OLE color: 94723.

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

Color convert

RGB 3 114 1 -
CMYK 0.97 0 0.99 0.55
HSL 118.94º 0.98% 0.23% -
HSV(B) 118.94º 0.99% 0.45% -
XYZ 6.06 12.06 2.04 -
YUV 67.93 90.23 81.69 -
System Red Green Blue C M Y K H S L
Decimal 3 114 1 0.97 0 0.99 0.55 118.94 0.98 0.23
Hex 3 72 1 61 0 63 37 77 62 17
Octal 3 162 1 141 0 143 67 167 142 27
Binary 11 1110010 1 1100001 0 1100011 110111 1110111 1100010 10111

Color Harmonies of #037201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037201

Black with #037201

Text Example


Text Example

White with #037201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037201; }

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

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

background-color css

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

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

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

border-color css

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

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

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