Html Css Color HEX #297716 Bilbao

📋 copy color: '#297716'

red 41 ◦ green 119 ◦ blue 22

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

Shades of Bilbao #297716

Tints of Bilbao #297716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 65.38%

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

R = 22.53%
G = 65.38%
B = 12.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#297716 (or 0x297716) is known color: Bilbao. HEX triplet: 29, 77 and 16. RGB value is (41,119,22). Sum of RGB (Red+Green+Blue) = 41+119+22=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #297716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297716 is #D688E9. Grayscale: #545454. Windows color (decimal): -14059754 or 1472297. OLE color: 1472297.

HSL color Cylindrical-coordinate representation of color #297716: hue angle of 108.25º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297716 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 22 -
CMYK 0.66 0 0.82 0.53
HSL 108.25º 0.69% 0.28% -
HSV(B) 108.25º 0.82% 0.47% -
XYZ 7.66 13.72 3 -
YUV 84.62 92.66 96.89 -
System Red Green Blue C M Y K H S L
Decimal 41 119 22 0.66 0 0.82 0.53 108.25 0.69 0.28
Hex 29 77 16 42 0 52 35 6C 45 1C
Octal 51 167 26 102 0 122 65 154 105 34
Binary 101001 1110111 10110 1000010 0 1010010 110101 1101100 1000101 11100

Color Harmonies of #297716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297716

Black with #297716

Text Example


Text Example

White with #297716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297716; }

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

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

background-color css

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

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

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

border-color css

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

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

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