#026310

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

Shades of Green #026310

Tints of Green #026310

Color information

#026310 (or 0x026310) is unknown color: approx Green. HEX triplet: 02, 63 and 10. RGB value is (2,99,16). Sum of RGB (Red+Green+Blue) = 2+99+16=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 99 (39.06% from 255 or 84.62% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 99 - color contains mainly: green. Hex color #026310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026310 is #FD9CEF. Grayscale: #3C3C3C. Windows color (decimal): -16620784 or 1073922. OLE color: 1073922.

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

Color convert

RGB29916-
CMYK0.9800.840.61
HSL128.66º96.04%19.8%-
HSV(B)128.66º97.98%38.82%-
XYZ4.588.971.98-
YUV60.54102.8686.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 99 (39.06% from 255) = 84.62%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=1.71%
G=84.62%
B=13.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299160.9800.840.61128.6696.0419.8
Hex26310620543D816014
Octal21432014201247520114024
Binary1011000111000011000100101010011110110000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026310; }

 p { color: rgb(2,99,16); }

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

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

 a { background-color: rgb(2,99,16); }

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

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

 span { border-color: rgb(2,99,16); }

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