#026312

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

Shades of Green #026312

Tints of Green #026312

Color information

#026312 (or 0x026312) is unknown color: approx Green. HEX triplet: 02, 63 and 12. RGB value is (2,99,18). Sum of RGB (Red+Green+Blue) = 2+99+18=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 99 (39.06% from 255 or 83.19% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 99 - color contains mainly: green. Hex color #026312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026312 is #FD9CED. Grayscale: #3C3C3C. Windows color (decimal): -16620782 or 1204994. OLE color: 1204994.

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

Color convert

RGB29918-
CMYK0.9800.820.61
HSL129.9º96.04%19.8%-
HSV(B)129.9º97.98%38.82%-
XYZ4.68.982.06-
YUV60.76103.8686.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 99 (39.06% from 255) = 83.19%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=1.68%
G=83.19%
B=15.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299180.9800.820.61129.996.0419.8
Hex26312620523D826014
Octal21432214201227520214024
Binary1011000111001011000100101001011110110000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026312; }

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

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

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

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

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

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

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

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