#026814

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

Shades of Green #026814

Tints of Green #026814

Color information

#026814 (or 0x026814) is unknown color: approx Green. HEX triplet: 02, 68 and 14. RGB value is (2,104,20). Sum of RGB (Red+Green+Blue) = 2+104+20=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #026814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026814 is #FD97EB. Grayscale: #404040. Windows color (decimal): -16619500 or 1337346. OLE color: 1337346.

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

Color convert

RGB210420-
CMYK0.9800.810.59
HSL130.59º96.23%20.78%-
HSV(B)130.59º98.08%40.78%-
XYZ5.19.962.32-
YUV63.93103.2183.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 104 (41.02% from 255) = 82.54%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=1.59%
G=82.54%
B=15.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104200.9800.810.59130.5996.2320.78
Hex26814620513B836015
Octal21502414201217320314025
Binary1011010001010011000100101000111101110000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026814; }

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

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

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

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

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

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

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

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