Html Css Color HEX #296612 Bilbao

📋 copy color: '#296612'

red 41 ◦ green 102 ◦ blue 18

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

Shades of Bilbao #296612

Tints of Bilbao #296612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 63.35%

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

R = 25.47%
G = 63.35%
B = 11.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#296612 (or 0x296612) is known color: Bilbao. HEX triplet: 29, 66 and 12. RGB value is (41,102,18). Sum of RGB (Red+Green+Blue) = 41+102+18=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #296612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296612 is #D699ED. Grayscale: #4A4A4A. Windows color (decimal): -14064110 or 1205801. OLE color: 1205801.

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

Color convert

RGB 41 102 18 -
CMYK 0.60 0 0.82 0.6
HSL 103.57º 0.7% 0.24% -
HSV(B) 103.57º 0.82% 0.4% -
XYZ 5.78 10.02 2.2 -
YUV 74.19 96.29 104.33 -
System Red Green Blue C M Y K H S L
Decimal 41 102 18 0.60 0 0.82 0.6 103.57 0.7 0.24
Hex 29 66 12 3C 0 52 3C 68 46 18
Octal 51 146 22 74 0 122 74 150 106 30
Binary 101001 1100110 10010 111100 0 1010010 111100 1101000 1000110 11000

Color Harmonies of #296612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296612

Black with #296612

Text Example


Text Example

White with #296612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296612; }

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

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

background-color css

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

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

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

border-color css

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

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

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