Html Css Color HEX #296512 Bilbao

📋 copy color: '#296512'

red 41 ◦ green 101 ◦ blue 18

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

Shades of Bilbao #296512

Tints of Bilbao #296512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 63.13%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 25.63%
G = 63.13%
B = 11.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#296512 (or 0x296512) is known color: Bilbao. HEX triplet: 29, 65 and 12. RGB value is (41,101,18). Sum of RGB (Red+Green+Blue) = 41+101+18=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #296512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296512 is #D69AED. Grayscale: #494949. Windows color (decimal): -14064366 or 1205545. OLE color: 1205545.

HSL color Cylindrical-coordinate representation of color #296512: hue angle of 103.37º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296512 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 101 18 -
CMYK 0.59 0 0.82 0.60
HSL 103.37º 0.7% 0.23% -
HSV(B) 103.37º 0.82% 0.4% -
XYZ 5.68 9.82 2.17 -
YUV 73.6 96.62 104.75 -
System Red Green Blue C M Y K H S L
Decimal 41 101 18 0.59 0 0.82 0.60 103.37 0.7 0.23
Hex 29 65 12 3B 0 52 3C 67 46 17
Octal 51 145 22 73 0 122 74 147 106 27
Binary 101001 1100101 10010 111011 0 1010010 111100 1100111 1000110 10111

Color Harmonies of #296512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296512

Black with #296512

Text Example


Text Example

White with #296512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296512; }

 p { color: rgb(41,101,18); }

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

background-color css

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

 a { background-color: rgb(41,101,18); }

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

border-color css

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

 span { border-color: rgb(41,101,18); }

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