#026007

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

Shades of Green #026007

Tints of Green #026007

Color information

#026007 (or 0x026007) is unknown color: approx Green. HEX triplet: 02, 60 and 07. RGB value is (2,96,7). Sum of RGB (Red+Green+Blue) = 2+96+7=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 96 (37.89% from 255 or 91.43% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 96 - color contains mainly: green. Hex color #026007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026007 is #FD9FF8. Grayscale: #3A3A3A. Windows color (decimal): -16621561 or 483330. OLE color: 483330.

HSL color Cylindrical-coordinate representation of color #026007: hue angle of 123.19º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026007 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB2967-
CMYK0.9800.930.62
HSL123.19º95.92%19.22%-
HSV(B)123.19º97.92%37.65%-
XYZ4.258.391.6-
YUV57.7599.3688.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 96 (37.89% from 255) = 91.43%
BLUE value IS 7 (3.12% from 255) = 6.67%
R=1.90%
G=91.43%
B=6.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal29670.9800.930.62123.1995.9219.22
Hex26076205D3E7b6013
Octal2140714201357617314023
Binary1011000001111100010010111011111101111011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026007; }

 p { color: rgb(2,96,7); }

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

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

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

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

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

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

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