Html Css Color HEX #297516 Bilbao

📋 copy color: '#297516'

red 41 ◦ green 117 ◦ blue 22

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

Shades of Bilbao #297516

Tints of Bilbao #297516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 65%

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 22.78%
G = 65%
B = 12.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#297516 (or 0x297516) is known color: Bilbao. HEX triplet: 29, 75 and 16. RGB value is (41,117,22). Sum of RGB (Red+Green+Blue) = 41+117+22=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #297516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297516 is #D68AE9. Grayscale: #535353. Windows color (decimal): -14060266 or 1471785. OLE color: 1471785.

HSL color Cylindrical-coordinate representation of color #297516: hue angle of 108º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297516 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 22 -
CMYK 0.65 0 0.81 0.54
HSL 108º 0.68% 0.27% -
HSV(B) 108º 0.81% 0.46% -
XYZ 7.42 13.25 2.93 -
YUV 83.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 41 117 22 0.65 0 0.81 0.54 108 0.68 0.27
Hex 29 75 16 41 0 51 36 6C 44 1B
Octal 51 165 26 101 0 121 66 154 104 33
Binary 101001 1110101 10110 1000001 0 1010001 110110 1101100 1000100 11011

Color Harmonies of #297516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297516

Black with #297516

Text Example


Text Example

White with #297516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297516; }

 p { color: rgb(41,117,22); }

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

background-color css

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

 a { background-color: rgb(41,117,22); }

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

border-color css

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

 span { border-color: rgb(41,117,22); }

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