Html Css Color HEX #296F01 Bilbao

📋 copy color: '#296F01'

red 41 ◦ green 111 ◦ blue 1

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

Shades of Bilbao #296F01

Tints of Bilbao #296F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 72.55%

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

R = 26.8%
G = 72.55%
B = 0.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#296F01 (or 0x296F01) is known color: Bilbao. HEX triplet: 29, 6F and 01. RGB value is (41,111,1). Sum of RGB (Red+Green+Blue) = 41+111+1=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 111 (43.75% from 255 or 72.55% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 111 - color contains mainly: green. Hex color #296F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296F01 is #D690FE. Grayscale: #4D4D4D. Windows color (decimal): -14061823 or 93993. OLE color: 93993.

HSL color Cylindrical-coordinate representation of color #296F01: hue angle of 98.18º 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 #296F01 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 1 -
CMYK 0.63 0 0.99 0.56
HSL 98.18º 0.98% 0.22% -
HSV(B) 98.18º 0.99% 0.44% -
XYZ 6.6 11.84 1.97 -
YUV 77.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 41 111 1 0.63 0 0.99 0.56 98.18 0.98 0.22
Hex 29 6F 1 3F 0 63 38 62 62 16
Octal 51 157 1 77 0 143 70 142 142 26
Binary 101001 1101111 1 111111 0 1100011 111000 1100010 1100010 10110

Color Harmonies of #296F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F01

Black with #296F01

Text Example


Text Example

White with #296F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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