Html Css Color HEX #297010 Bilbao

📋 copy color: '#297010'

red 41 ◦ green 112 ◦ blue 16

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

Shades of Bilbao #297010

Tints of Bilbao #297010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.27%

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 24.26%
G = 66.27%
B = 9.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#297010 (or 0x297010) is known color: Bilbao. HEX triplet: 29, 70 and 10. RGB value is (41,112,16). Sum of RGB (Red+Green+Blue) = 41+112+16=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #297010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297010 is #D68FEF. Grayscale: #505050. Windows color (decimal): -14061552 or 1077289. OLE color: 1077289.

HSL color Cylindrical-coordinate representation of color #297010: hue angle of 104.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #297010 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 16 -
CMYK 0.63 0 0.86 0.56
HSL 104.38º 0.75% 0.25% -
HSV(B) 104.38º 0.86% 0.44% -
XYZ 6.8 12.1 2.47 -
YUV 79.83 91.98 100.31 -
System Red Green Blue C M Y K H S L
Decimal 41 112 16 0.63 0 0.86 0.56 104.38 0.75 0.25
Hex 29 70 10 3F 0 56 38 68 4B 19
Octal 51 160 20 77 0 126 70 150 113 31
Binary 101001 1110000 10000 111111 0 1010110 111000 1101000 1001011 11001

Color Harmonies of #297010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297010

Black with #297010

Text Example


Text Example

White with #297010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297010; }

 p { color: rgb(41,112,16); }

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

background-color css

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

 a { background-color: rgb(41,112,16); }

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

border-color css

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

 span { border-color: rgb(41,112,16); }

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