Html Css Color HEX #266E01 Bilbao

📋 copy color: '#266E01'

red 38 ◦ green 110 ◦ blue 1

#266E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #266E01

Tints of Bilbao #266E01

RGB

 RED value IS 38 (15.23% from 255) = 25.5%

 GREEN value IS 110 (43.36% from 255) = 73.83%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 25.5%
G = 73.83%
B = 0.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#266E01 (or 0x266E01) is known color: Bilbao. HEX triplet: 26, 6E and 01. RGB value is (38,110,1). Sum of RGB (Red+Green+Blue) = 38+110+1=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 110 (43.36% from 255 or 73.83% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 110 - color contains mainly: green. Hex color #266E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266E01 is #D991FE. Grayscale: #4C4C4C. Windows color (decimal): -14258687 or 93734. OLE color: 93734.

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

Color convert

RGB 38 110 1 -
CMYK 0.65 0 0.99 0.57
HSL 99.63º 0.98% 0.22% -
HSV(B) 99.63º 0.99% 0.43% -
XYZ 6.38 11.57 1.92 -
YUV 76.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 38 110 1 0.65 0 0.99 0.57 99.63 0.98 0.22
Hex 26 6E 1 41 0 63 39 64 62 16
Octal 46 156 1 101 0 143 71 144 142 26
Binary 100110 1101110 1 1000001 0 1100011 111001 1100100 1100010 10110

Color Harmonies of #266E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266E01

Black with #266E01

Text Example


Text Example

White with #266E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #266E01;
 }
 .AnyTagClassName
 {
   color: #266E01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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