#026812

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

Shades of Green #026812

Tints of Green #026812

Color information

#026812 (or 0x026812) is unknown color: approx Green. HEX triplet: 02, 68 and 12. RGB value is (2,104,18). Sum of RGB (Red+Green+Blue) = 2+104+18=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #026812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026812 is #FD97ED. Grayscale: #3F3F3F. Windows color (decimal): -16619502 or 1206274. OLE color: 1206274.

HSL color Cylindrical-coordinate representation of color #026812: hue angle of 129.41º 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 #026812 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB210418-
CMYK0.9800.830.59
HSL129.41º96.23%20.78%-
HSV(B)129.41º98.08%40.78%-
XYZ5.089.962.23-
YUV63.7102.2183.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 104 (41.02% from 255) = 83.87%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=1.61%
G=83.87%
B=14.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104180.9800.830.59129.4196.2320.78
Hex26812620533B816015
Octal21502214201237320114025
Binary1011010001001011000100101001111101110000001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026812; }

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

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

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

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

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

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

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

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