Html Css Color HEX #296F18 Bilbao

📋 copy color: '#296F18'

red 41 ◦ green 111 ◦ blue 24

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

Shades of Bilbao #296F18

Tints of Bilbao #296F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 23.3%
G = 63.07%
B = 13.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#296F18 (or 0x296F18) is known color: Bilbao. HEX triplet: 29, 6F and 18. RGB value is (41,111,24). Sum of RGB (Red+Green+Blue) = 41+111+24=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #296F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296F18 is #D690E7. Grayscale: #505050. Windows color (decimal): -14061800 or 1601321. OLE color: 1601321.

HSL color Cylindrical-coordinate representation of color #296F18: hue angle of 108.28º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296F18 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 24 -
CMYK 0.63 0 0.78 0.56
HSL 108.28º 0.64% 0.26% -
HSV(B) 108.28º 0.78% 0.44% -
XYZ 6.76 11.91 2.81 -
YUV 80.15 96.31 100.07 -
System Red Green Blue C M Y K H S L
Decimal 41 111 24 0.63 0 0.78 0.56 108.28 0.64 0.26
Hex 29 6F 18 3F 0 4E 38 6C 40 1A
Octal 51 157 30 77 0 116 70 154 100 32
Binary 101001 1101111 11000 111111 0 1001110 111000 1101100 1000000 11010

Color Harmonies of #296F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F18

Black with #296F18

Text Example


Text Example

White with #296F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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