#026901

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

Shades of Green #026901

Tints of Green #026901

Color information

#026901 (or 0x026901) is unknown color: approx Green. HEX triplet: 02, 69 and 01. RGB value is (2,105,1). Sum of RGB (Red+Green+Blue) = 2+105+1=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 105 (41.41% from 255 or 97.22% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 105 - color contains mainly: green. Hex color #026901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026901 is #FD96FE. Grayscale: #3E3E3E. Windows color (decimal): -16619263 or 92418. OLE color: 92418.

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

Color convert

RGB21051-
CMYK0.9800.990.59
HSL119.42º98.11%20.78%-
HSV(B)119.42º99.05%41.18%-
XYZ5.0810.121.71-
YUV62.3593.3884.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 105 (41.41% from 255) = 97.22%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=1.85%
G=97.22%
B=0.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal210510.9800.990.59119.4298.1120.78
Hex2691620633B776215
Octal2151114201437316714225
Binary10110100111100010011000111110111110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026901; }

 p { color: rgb(2,105,1); }

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

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

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

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

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

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

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