Html Css Color HEX #296B01 Bilbao

📋 copy color: '#296B01'

red 41 ◦ green 107 ◦ blue 1

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

Shades of Bilbao #296B01

Tints of Bilbao #296B01

RGB

 RED value IS 41 (16.41% from 255) = 27.52%

 GREEN value IS 107 (42.19% from 255) = 71.81%

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

R = 27.52%
G = 71.81%
B = 0.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#296B01 (or 0x296B01) is known color: Bilbao. HEX triplet: 29, 6B and 01. RGB value is (41,107,1). Sum of RGB (Red+Green+Blue) = 41+107+1=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #296B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296B01 is #D694FE. Grayscale: #4B4B4B. Windows color (decimal): -14062847 or 92969. OLE color: 92969.

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

Color convert

RGB 41 107 1 -
CMYK 0.62 0 0.99 0.58
HSL 97.36º 0.98% 0.21% -
HSV(B) 97.36º 0.99% 0.42% -
XYZ 6.18 10.99 1.82 -
YUV 75.18 86.13 103.62 -
System Red Green Blue C M Y K H S L
Decimal 41 107 1 0.62 0 0.99 0.58 97.36 0.98 0.21
Hex 29 6B 1 3E 0 63 3A 61 62 15
Octal 51 153 1 76 0 143 72 141 142 25
Binary 101001 1101011 1 111110 0 1100011 111010 1100001 1100010 10101

Color Harmonies of #296B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B01

Black with #296B01

Text Example


Text Example

White with #296B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296B01; }

 p { color: rgb(41,107,1); }

 H1.HeaderClassName
 {
   color: #296B01;
 }
 .AnyTagClassName
 {
   color: #296B01;
 }
</style>

background-color css

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

 a { background-color: rgb(41,107,1); }

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

border-color css

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

 span { border-color: rgb(41,107,1); }

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