#026311

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

Shades of Green #026311

Tints of Green #026311

Color information

#026311 (or 0x026311) is unknown color: approx Green. HEX triplet: 02, 63 and 11. RGB value is (2,99,17). Sum of RGB (Red+Green+Blue) = 2+99+17=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 99 (39.06% from 255 or 83.90% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 99 - color contains mainly: green. Hex color #026311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026311 is #FD9CEE. Grayscale: #3C3C3C. Windows color (decimal): -16620783 or 1139458. OLE color: 1139458.

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

Color convert

RGB29917-
CMYK0.9800.830.61
HSL129.28º96.04%19.8%-
HSV(B)129.28º97.98%38.82%-
XYZ4.598.982.02-
YUV60.65103.3686.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 99 (39.06% from 255) = 83.90%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=1.69%
G=83.90%
B=14.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299170.9800.830.61129.2896.0419.8
Hex26311620533D816014
Octal21432114201237520114024
Binary1011000111000111000100101001111110110000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026311; }

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

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

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

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

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

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

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

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