#266C02

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

Shades of Bilbao #266C02

Tints of Bilbao #266C02

Color information

#266C02 (or 0x266C02) is unknown color: approx Bilbao. HEX triplet: 26, 6C and 02. RGB value is (38,108,2). Sum of RGB (Red+Green+Blue) = 38+108+2=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 108 (42.58% from 255 or 72.97% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 108 - color contains mainly: green. Hex color #266C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266C02 is #D993FD. Grayscale: #4B4B4B. Windows color (decimal): -14259198 or 158758. OLE color: 158758.

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

Color convert

RGB381082-
CMYK0.6500.980.58
HSL99.62º96.36%21.57%-
HSV(B)99.62º98.15%42.35%-
XYZ6.1711.141.88-
YUV74.9986.81101.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 108 (42.58% from 255) = 72.97%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=25.68%
G=72.97%
B=1.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3810820.6500.980.5899.6296.3621.57
Hex266C2410623A646016
Octal46154210101427214414026
Binary1001101101100101000001011000101110101100100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266C02; }

 p { color: rgb(38,108,2); }

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

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

 a { background-color: rgb(38,108,2); }

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

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

 span { border-color: rgb(38,108,2); }

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