#036302

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

Shades of Green #036302

Tints of Green #036302

Color information

#036302 (or 0x036302) is unknown color: approx Green. HEX triplet: 03, 63 and 02. RGB value is (3,99,2). Sum of RGB (Red+Green+Blue) = 3+99+2=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 99 (39.06% from 255 or 95.19% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 99 - color contains mainly: green. Hex color #036302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036302 is #FC9CFD. Grayscale: #3B3B3B. Windows color (decimal): -16555262 or 156419. OLE color: 156419.

HSL color Cylindrical-coordinate representation of color #036302: hue angle of 119.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036302 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB3992-
CMYK0.9700.980.61
HSL119.38º96.04%19.8%-
HSV(B)119.38º97.98%38.82%-
XYZ4.518.951.55-
YUV59.2495.787.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 99 (39.06% from 255) = 95.19%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=2.88%
G=95.19%
B=1.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39920.9700.980.61119.3896.0419.8
Hex3632610623D776014
Octal3143214101427516714024
Binary111100011101100001011000101111011110111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036302; }

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

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

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

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

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

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

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

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