#036B02

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

Shades of Green #036B02

Tints of Green #036B02

Color information

#036B02 (or 0x036B02) is unknown color: approx Green. HEX triplet: 03, 6B and 02. RGB value is (3,107,2). Sum of RGB (Red+Green+Blue) = 3+107+2=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 107 (42.19% from 255 or 95.54% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 107 - color contains mainly: green. Hex color #036B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036B02 is #FC94FD. Grayscale: #404040. Windows color (decimal): -16553214 or 158467. OLE color: 158467.

HSL color Cylindrical-coordinate representation of color #036B02: hue angle of 119.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036B02 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB31072-
CMYK0.9700.980.58
HSL119.43º96.33%21.37%-
HSV(B)119.43º98.13%41.96%-
XYZ5.3110.541.81-
YUV63.9393.0484.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 107 (42.19% from 255) = 95.54%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=2.68%
G=95.54%
B=1.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal310720.9700.980.58119.4396.3321.37
Hex36B2610623A776015
Octal3153214101427216714025
Binary111101011101100001011000101110101110111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,107,2); }

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

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

 a { background-color: rgb(3,107,2); }

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

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

 span { border-color: rgb(3,107,2); }

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