Html Css Color HEX #296613 Bilbao

📋 copy color: '#296613'

red 41 ◦ green 102 ◦ blue 19

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

Shades of Bilbao #296613

Tints of Bilbao #296613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 25.31%
G = 62.96%
B = 11.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#296613 (or 0x296613) is known color: Bilbao. HEX triplet: 29, 66 and 13. RGB value is (41,102,19). Sum of RGB (Red+Green+Blue) = 41+102+19=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #296613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296613 is #D699EC. Grayscale: #4A4A4A. Windows color (decimal): -14064109 or 1271337. OLE color: 1271337.

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

Color convert

RGB 41 102 19 -
CMYK 0.60 0 0.81 0.6
HSL 104.1º 0.69% 0.24% -
HSV(B) 104.1º 0.81% 0.4% -
XYZ 5.78 10.02 2.25 -
YUV 74.3 96.79 104.25 -
System Red Green Blue C M Y K H S L
Decimal 41 102 19 0.60 0 0.81 0.6 104.1 0.69 0.24
Hex 29 66 13 3C 0 51 3C 68 45 18
Octal 51 146 23 74 0 121 74 150 105 30
Binary 101001 1100110 10011 111100 0 1010001 111100 1101000 1000101 11000

Color Harmonies of #296613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296613

Black with #296613

Text Example


Text Example

White with #296613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296613; }

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

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

background-color css

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

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

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

border-color css

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

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

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