#026802

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

Shades of Green #026802

Tints of Green #026802

Color information

#026802 (or 0x026802) is unknown color: approx Green. HEX triplet: 02, 68 and 02. RGB value is (2,104,2). Sum of RGB (Red+Green+Blue) = 2+104+2=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 104 (41.02% from 255 or 96.30% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 104 - color contains mainly: green. Hex color #026802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026802 is #FD97FD. Grayscale: #3E3E3E. Windows color (decimal): -16619518 or 157698. OLE color: 157698.

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

Color convert

RGB21042-
CMYK0.9800.980.59
HSL120º96.23%20.78%-
HSV(B)120º98.08%40.78%-
XYZ4.999.921.71-
YUV61.8794.2185.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 104 (41.02% from 255) = 96.30%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=1.85%
G=96.30%
B=1.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal210420.9800.980.5912096.2320.78
Hex2682620623B786015
Octal2150214201427317014025
Binary101101000101100010011000101110111111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026802; }

 p { color: rgb(2,104,2); }

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

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

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

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

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

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

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