#026306

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

Shades of Green #026306

Tints of Green #026306

Color information

#026306 (or 0x026306) is unknown color: approx Green. HEX triplet: 02, 63 and 06. RGB value is (2,99,6). Sum of RGB (Red+Green+Blue) = 2+99+6=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 99 (39.06% from 255 or 92.52% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 99 - color contains mainly: green. Hex color #026306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026306 is #FD9CF9. Grayscale: #3B3B3B. Windows color (decimal): -16620794 or 418562. OLE color: 418562.

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

Color convert

RGB2996-
CMYK0.9800.940.61
HSL122.47º96.04%19.8%-
HSV(B)122.47º97.98%38.82%-
XYZ4.528.951.66-
YUV59.497.8687.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 99 (39.06% from 255) = 92.52%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=1.87%
G=92.52%
B=5.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal29960.9800.940.61122.4796.0419.8
Hex26366205E3D7a6014
Octal2143614201367517214024
Binary1011000111101100010010111101111011111010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026306; }

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

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

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

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

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

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

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

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