Html Css Color HEX #296901 Bilbao

📋 copy color: '#296901'

red 41 ◦ green 105 ◦ blue 1

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

Shades of Bilbao #296901

Tints of Bilbao #296901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 71.43%

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

R = 27.89%
G = 71.43%
B = 0.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#296901 (or 0x296901) is known color: Bilbao. HEX triplet: 29, 69 and 01. RGB value is (41,105,1). Sum of RGB (Red+Green+Blue) = 41+105+1=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #296901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296901 is #D696FE. Grayscale: #4A4A4A. Windows color (decimal): -14063359 or 92457. OLE color: 92457.

HSL color Cylindrical-coordinate representation of color #296901: hue angle of 96.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #296901 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 1 -
CMYK 0.61 0 0.99 0.59
HSL 96.92º 0.98% 0.21% -
HSV(B) 96.92º 0.99% 0.41% -
XYZ 5.97 10.58 1.76 -
YUV 74.01 86.8 104.46 -
System Red Green Blue C M Y K H S L
Decimal 41 105 1 0.61 0 0.99 0.59 96.92 0.98 0.21
Hex 29 69 1 3D 0 63 3B 61 62 15
Octal 51 151 1 75 0 143 73 141 142 25
Binary 101001 1101001 1 111101 0 1100011 111011 1100001 1100010 10101

Color Harmonies of #296901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296901

Black with #296901

Text Example


Text Example

White with #296901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296901; }

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

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

background-color css

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

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

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

border-color css

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

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

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