Html Css Color HEX #297316 Bilbao

📋 copy color: '#297316'

red 41 ◦ green 115 ◦ blue 22

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

Shades of Bilbao #297316

Tints of Bilbao #297316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 64.61%

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

R = 23.03%
G = 64.61%
B = 12.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#297316 (or 0x297316) is known color: Bilbao. HEX triplet: 29, 73 and 16. RGB value is (41,115,22). Sum of RGB (Red+Green+Blue) = 41+115+22=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #297316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297316 is #D68CE9. Grayscale: #525252. Windows color (decimal): -14060778 or 1471273. OLE color: 1471273.

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

Color convert

RGB 41 115 22 -
CMYK 0.64 0 0.81 0.55
HSL 107.74º 0.68% 0.27% -
HSV(B) 107.74º 0.81% 0.45% -
XYZ 7.19 12.79 2.85 -
YUV 82.27 93.98 98.56 -
System Red Green Blue C M Y K H S L
Decimal 41 115 22 0.64 0 0.81 0.55 107.74 0.68 0.27
Hex 29 73 16 40 0 51 37 6C 44 1B
Octal 51 163 26 100 0 121 67 154 104 33
Binary 101001 1110011 10110 1000000 0 1010001 110111 1101100 1000100 11011

Color Harmonies of #297316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297316

Black with #297316

Text Example


Text Example

White with #297316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297316; }

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

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

background-color css

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

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

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

border-color css

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

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

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