#046D02

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

Shades of Green #046D02

Tints of Green #046D02

Color information

#046D02 (or 0x046D02) is unknown color: approx Green. HEX triplet: 04, 6D and 02. RGB value is (4,109,2). Sum of RGB (Red+Green+Blue) = 4+109+2=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 109 (42.97% from 255 or 94.78% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 109 - color contains mainly: green. Hex color #046D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046D02 is #FB92FD. Grayscale: #414141. Windows color (decimal): -16487166 or 158980. OLE color: 158980.

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

Color convert

RGB41092-
CMYK0.9600.980.57
HSL118.88º96.4%21.76%-
HSV(B)118.88º98.17%42.75%-
XYZ5.5310.971.88-
YUV65.4192.2184.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 109 (42.97% from 255) = 94.78%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=3.48%
G=94.78%
B=1.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal410920.9600.980.57118.8896.421.76
Hex46D26006239776016
Octal4155214001427116714026
Binary1001101101101100000011000101110011110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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