#026504

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

Shades of Green #026504

Tints of Green #026504

Color information

#026504 (or 0x026504) is unknown color: approx Green. HEX triplet: 02, 65 and 04. RGB value is (2,101,4). Sum of RGB (Red+Green+Blue) = 2+101+4=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 101 (39.84% from 255 or 94.39% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 101 - color contains mainly: green. Hex color #026504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026504 is #FD9AFB. Grayscale: #3C3C3C. Windows color (decimal): -16620284 or 288002. OLE color: 288002.

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

Color convert

RGB21014-
CMYK0.9800.960.60
HSL121.21º96.12%20.2%-
HSV(B)121.21º98.02%39.61%-
XYZ4.79.331.67-
YUV60.3496.286.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 101 (39.84% from 255) = 94.39%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=1.87%
G=94.39%
B=3.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal210140.9800.960.60121.2196.1220.2
Hex2654620603C796014
Octal2145414201407417114024
Binary1011001011001100010011000001111001111001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026504; }

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

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

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

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

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

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

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

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