Html Css Color HEX #297513 Bilbao

📋 copy color: '#297513'

red 41 ◦ green 117 ◦ blue 19

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

Shades of Bilbao #297513

Tints of Bilbao #297513

RGB

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

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

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

R = 23.16%
G = 66.1%
B = 10.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#297513 (or 0x297513) is known color: Bilbao. HEX triplet: 29, 75 and 13. RGB value is (41,117,19). Sum of RGB (Red+Green+Blue) = 41+117+19=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #297513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297513 is #D68AEC. Grayscale: #535353. Windows color (decimal): -14060269 or 1275177. OLE color: 1275177.

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

Color convert

RGB 41 117 19 -
CMYK 0.65 0 0.84 0.54
HSL 106.53º 0.72% 0.27% -
HSV(B) 106.53º 0.84% 0.46% -
XYZ 7.39 13.24 2.78 -
YUV 83.1 91.82 97.97 -
System Red Green Blue C M Y K H S L
Decimal 41 117 19 0.65 0 0.84 0.54 106.53 0.72 0.27
Hex 29 75 13 41 0 54 36 6B 48 1B
Octal 51 165 23 101 0 124 66 153 110 33
Binary 101001 1110101 10011 1000001 0 1010100 110110 1101011 1001000 11011

Color Harmonies of #297513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297513

Black with #297513

Text Example


Text Example

White with #297513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297513; }

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

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

background-color css

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

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

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

border-color css

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

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

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