#046C02

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

Shades of Green #046C02

Tints of Green #046C02

Color information

#046C02 (or 0x046C02) is unknown color: approx Green. HEX triplet: 04, 6C and 02. RGB value is (4,108,2). Sum of RGB (Red+Green+Blue) = 4+108+2=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 108 (42.58% from 255 or 94.74% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 108 - color contains mainly: green. Hex color #046C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046C02 is #FB93FD. Grayscale: #414141. Windows color (decimal): -16487422 or 158724. OLE color: 158724.

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

Color convert

RGB41082-
CMYK0.9600.980.58
HSL118.87º96.36%21.57%-
HSV(B)118.87º98.15%42.35%-
XYZ5.4210.761.85-
YUV64.8292.5484.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 108 (42.58% from 255) = 94.74%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=3.51%
G=94.74%
B=1.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal410820.9600.980.58118.8796.3621.57
Hex46C2600623A776016
Octal4154214001427216714026
Binary1001101100101100000011000101110101110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046C02; }

 p { color: rgb(4,108,2); }

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

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

 a { background-color: rgb(4,108,2); }

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

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

 span { border-color: rgb(4,108,2); }

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