#026B08

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

Shades of Green #026B08

Tints of Green #026B08

Color information

#026B08 (or 0x026B08) is unknown color: approx Green. HEX triplet: 02, 6B and 08. RGB value is (2,107,8). Sum of RGB (Red+Green+Blue) = 2+107+8=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 107 (42.19% from 255 or 91.45% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 107 - color contains mainly: green. Hex color #026B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026B08 is #FD94F7. Grayscale: #404040. Windows color (decimal): -16618744 or 551682. OLE color: 551682.

HSL color Cylindrical-coordinate representation of color #026B08: hue angle of 123.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B08 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB21078-
CMYK0.9800.930.58
HSL123.43º96.33%21.37%-
HSV(B)123.43º98.13%41.96%-
XYZ5.3310.551.98-
YUV64.3296.2183.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 107 (42.19% from 255) = 91.45%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=1.71%
G=91.45%
B=6.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal210780.9800.930.58123.4396.3321.37
Hex26B86205D3A7b6015
Octal21531014201357217314025
Binary10110101110001100010010111011110101111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026B08; }

 p { color: rgb(2,107,8); }

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

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

 a { background-color: rgb(2,107,8); }

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

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

 span { border-color: rgb(2,107,8); }

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