#266F01

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

Shades of Bilbao #266F01

Tints of Bilbao #266F01

Color information

#266F01 (or 0x266F01) is unknown color: approx Bilbao. HEX triplet: 26, 6F and 01. RGB value is (38,111,1). Sum of RGB (Red+Green+Blue) = 38+111+1=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 111 (43.75% from 255 or 74% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 111 - color contains mainly: green. Hex color #266F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266F01 is #D990FE. Grayscale: #4D4D4D. Windows color (decimal): -14258431 or 93990. OLE color: 93990.

HSL color Cylindrical-coordinate representation of color #266F01: hue angle of 99.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #266F01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB381111-
CMYK0.6600.990.56
HSL99.82º98.21%21.96%-
HSV(B)99.82º99.1%43.53%-
XYZ6.4911.781.96-
YUV76.6385.32100.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 111 (43.75% from 255) = 74%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=25.33%
G=74%
B=0.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3811110.6600.990.5699.8298.2121.96
Hex266F14206338646216
Octal46157110201437014414226
Binary100110110111111000010011000111110001100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,111,1); }

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

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

 a { background-color: rgb(38,111,1); }

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

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

 span { border-color: rgb(38,111,1); }

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