Html Css Color HEX #296B0F Bilbao

📋 copy color: '#296B0F'

red 41 ◦ green 107 ◦ blue 15

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

Shades of Bilbao #296B0F

Tints of Bilbao #296B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 25.15%
G = 65.64%
B = 9.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#296B0F (or 0x296B0F) is known color: Bilbao. HEX triplet: 29, 6B and 0F. RGB value is (41,107,15). Sum of RGB (Red+Green+Blue) = 41+107+15=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #296B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296B0F is #D694F0. Grayscale: #4D4D4D. Windows color (decimal): -14062833 or 1010473. OLE color: 1010473.

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

Color convert

RGB 41 107 15 -
CMYK 0.62 0 0.86 0.58
HSL 103.04º 0.75% 0.24% -
HSV(B) 103.04º 0.86% 0.42% -
XYZ 6.26 11.02 2.25 -
YUV 76.78 93.13 102.48 -
System Red Green Blue C M Y K H S L
Decimal 41 107 15 0.62 0 0.86 0.58 103.04 0.75 0.24
Hex 29 6B F 3E 0 56 3A 67 4B 18
Octal 51 153 17 76 0 126 72 147 113 30
Binary 101001 1101011 1111 111110 0 1010110 111010 1100111 1001011 11000

Color Harmonies of #296B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B0F

Black with #296B0F

Text Example


Text Example

White with #296B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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