#026500

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

Shades of Green #026500

Tints of Green #026500

Color information

#026500 (or 0x026500) is unknown color: approx Green. HEX triplet: 02, 65 and 00. RGB value is (2,101,0). Sum of RGB (Red+Green+Blue) = 2+101+0=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 101 (39.84% from 255 or 98.06% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 101 - color contains mainly: green. Hex color #026500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026500 is #FD9AFF. Grayscale: #3C3C3C. Windows color (decimal): -16620288 or 25858. OLE color: 25858.

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

Color convert

RGB21010-
CMYK0.98010.60
HSL118.81º100%19.8%-
HSV(B)118.81º100%39.61%-
XYZ4.689.321.55-
YUV59.8894.286.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 101 (39.84% from 255) = 98.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.94%
G=98.06%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal210100.98010.60118.8110019.8
Hex2650620643C776414
Octal2145014201447416714424
Binary10110010101100010011001001111001110111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026500; }

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

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

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

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

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

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

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

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