#026810

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

Shades of Green #026810

Tints of Green #026810

Color information

#026810 (or 0x026810) is unknown color: approx Green. HEX triplet: 02, 68 and 10. RGB value is (2,104,16). Sum of RGB (Red+Green+Blue) = 2+104+16=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 104 (41.02% from 255 or 85.25% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 104 - color contains mainly: green. Hex color #026810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026810 is #FD97EF. Grayscale: #3F3F3F. Windows color (decimal): -16619504 or 1075202. OLE color: 1075202.

HSL color Cylindrical-coordinate representation of color #026810: hue angle of 128.24º 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 #026810 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB210416-
CMYK0.9800.850.59
HSL128.24º96.23%20.78%-
HSV(B)128.24º98.08%40.78%-
XYZ5.079.952.14-
YUV63.47101.2184.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 104 (41.02% from 255) = 85.25%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=1.64%
G=85.25%
B=13.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104160.9800.850.59128.2496.2320.78
Hex26810620553B806015
Octal21502014201257320014025
Binary1011010001000011000100101010111101110000000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026810; }

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

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

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

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

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

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

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

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