Html Css Color HEX #296712 Bilbao

📋 copy color: '#296712'

red 41 ◦ green 103 ◦ blue 18

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

Shades of Bilbao #296712

Tints of Bilbao #296712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 63.58%

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

R = 25.31%
G = 63.58%
B = 11.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#296712 (or 0x296712) is known color: Bilbao. HEX triplet: 29, 67 and 12. RGB value is (41,103,18). Sum of RGB (Red+Green+Blue) = 41+103+18=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #296712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296712 is #D698ED. Grayscale: #4B4B4B. Windows color (decimal): -14063854 or 1206057. OLE color: 1206057.

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

Color convert

RGB 41 103 18 -
CMYK 0.60 0 0.83 0.60
HSL 103.76º 0.7% 0.24% -
HSV(B) 103.76º 0.83% 0.4% -
XYZ 5.87 10.22 2.23 -
YUV 74.77 95.96 103.91 -
System Red Green Blue C M Y K H S L
Decimal 41 103 18 0.60 0 0.83 0.60 103.76 0.7 0.24
Hex 29 67 12 3C 0 53 3C 68 46 18
Octal 51 147 22 74 0 123 74 150 106 30
Binary 101001 1100111 10010 111100 0 1010011 111100 1101000 1000110 11000

Color Harmonies of #296712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296712

Black with #296712

Text Example


Text Example

White with #296712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296712; }

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

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

background-color css

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

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

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

border-color css

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

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

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