#036F01

Color #036F01 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #036F01

Tints of Green #036F01

Color information

#036F01 (or 0x036F01) is unknown color: approx Green. HEX triplet: 03, 6F and 01. RGB value is (3,111,1). Sum of RGB (Red+Green+Blue) = 3+111+1=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 111 (43.75% from 255 or 96.52% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 111 - color contains mainly: green. Hex color #036F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036F01 is #FC90FE. Grayscale: #424242. Windows color (decimal): -16552191 or 93955. OLE color: 93955.

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

Color convert

RGB31111-
CMYK0.9700.990.56
HSL118.91º98.21%21.96%-
HSV(B)118.91º99.1%43.53%-
XYZ5.7311.391.93-
YUV66.1791.2282.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 111 (43.75% from 255) = 96.52%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=2.61%
G=96.52%
B=0.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311110.9700.990.56118.9198.2121.96
Hex36F16106338776216
Octal3157114101437016714226
Binary11110111111100001011000111110001110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036F01; }

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

 H1.HeaderClassName
 {
   color: #036F01;
 }
 .AnyTagClassName
 {
   color: #036F01;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #036F01;
 }
 .BgClassName
 {
   background-color: #036F01;
 }
</style>
border-color css

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

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

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