#026800

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

Shades of Green #026800

Tints of Green #026800

Color information

#026800 (or 0x026800) is unknown color: approx Green. HEX triplet: 02, 68 and 00. RGB value is (2,104,0). Sum of RGB (Red+Green+Blue) = 2+104+0=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 104 (41.02% from 255 or 98.11% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 104 - color contains mainly: green. Hex color #026800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026800 is #FD97FF. Grayscale: #3D3D3D. Windows color (decimal): -16619520 or 26626. OLE color: 26626.

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

Color convert

RGB21040-
CMYK0.98010.59
HSL118.85º100%20.39%-
HSV(B)118.85º100%40.78%-
XYZ4.989.911.65-
YUV61.6593.2185.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 104 (41.02% from 255) = 98.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.89%
G=98.11%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal210400.98010.59118.8510020.39
Hex2680620643B776414
Octal2150014201447316714424
Binary10110100001100010011001001110111110111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026800; }

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

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

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

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

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

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

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

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