Html Css Color HEX #297618 Bilbao

📋 copy color: '#297618'

red 41 ◦ green 118 ◦ blue 24

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

Shades of Bilbao #297618

Tints of Bilbao #297618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 64.48%

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 22.4%
G = 64.48%
B = 13.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#297618 (or 0x297618) is known color: Bilbao. HEX triplet: 29, 76 and 18. RGB value is (41,118,24). Sum of RGB (Red+Green+Blue) = 41+118+24=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #297618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297618 is #D689E7. Grayscale: #545454. Windows color (decimal): -14060008 or 1603113. OLE color: 1603113.

HSL color Cylindrical-coordinate representation of color #297618: hue angle of 109.15º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297618 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 24 -
CMYK 0.65 0 0.80 0.54
HSL 109.15º 0.66% 0.28% -
HSV(B) 109.15º 0.8% 0.46% -
XYZ 7.56 13.49 3.07 -
YUV 84.26 93.99 97.14 -
System Red Green Blue C M Y K H S L
Decimal 41 118 24 0.65 0 0.80 0.54 109.15 0.66 0.28
Hex 29 76 18 41 0 50 36 6D 42 1C
Octal 51 166 30 101 0 120 66 155 102 34
Binary 101001 1110110 11000 1000001 0 1010000 110110 1101101 1000010 11100

Color Harmonies of #297618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297618

Black with #297618

Text Example


Text Example

White with #297618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297618; }

 p { color: rgb(41,118,24); }

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

background-color css

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

 a { background-color: rgb(41,118,24); }

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

border-color css

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

 span { border-color: rgb(41,118,24); }

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