Html Css Color HEX #297113 Bilbao

📋 copy color: '#297113'

red 41 ◦ green 113 ◦ blue 19

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

Shades of Bilbao #297113

Tints of Bilbao #297113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 65.32%

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

R = 23.7%
G = 65.32%
B = 10.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#297113 (or 0x297113) is known color: Bilbao. HEX triplet: 29, 71 and 13. RGB value is (41,113,19). Sum of RGB (Red+Green+Blue) = 41+113+19=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #297113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297113 is #D68EEC. Grayscale: #515151. Windows color (decimal): -14061293 or 1274153. OLE color: 1274153.

HSL color Cylindrical-coordinate representation of color #297113: hue angle of 105.96º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297113 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 113 19 -
CMYK 0.64 0 0.83 0.56
HSL 105.96º 0.71% 0.26% -
HSV(B) 105.96º 0.83% 0.44% -
XYZ 6.94 12.33 2.63 -
YUV 80.76 93.15 99.64 -
System Red Green Blue C M Y K H S L
Decimal 41 113 19 0.64 0 0.83 0.56 105.96 0.71 0.26
Hex 29 71 13 40 0 53 38 6A 47 1A
Octal 51 161 23 100 0 123 70 152 107 32
Binary 101001 1110001 10011 1000000 0 1010011 111000 1101010 1000111 11010

Color Harmonies of #297113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297113

Black with #297113

Text Example


Text Example

White with #297113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297113; }

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

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

background-color css

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

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

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

border-color css

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

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

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