Html Css Color HEX #297518 Bilbao

📋 copy color: '#297518'

red 41 ◦ green 117 ◦ blue 24

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

Shades of Bilbao #297518

Tints of Bilbao #297518

RGB

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

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

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

R = 22.53%
G = 64.29%
B = 13.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#297518 (or 0x297518) is known color: Bilbao. HEX triplet: 29, 75 and 18. RGB value is (41,117,24). Sum of RGB (Red+Green+Blue) = 41+117+24=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #297518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297518 is #D68AE7. Grayscale: #535353. Windows color (decimal): -14060264 or 1602857. OLE color: 1602857.

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

Color convert

RGB 41 117 24 -
CMYK 0.65 0 0.79 0.54
HSL 109.03º 0.66% 0.28% -
HSV(B) 109.03º 0.79% 0.46% -
XYZ 7.44 13.26 3.03 -
YUV 83.67 94.32 97.56 -
System Red Green Blue C M Y K H S L
Decimal 41 117 24 0.65 0 0.79 0.54 109.03 0.66 0.28
Hex 29 75 18 41 0 4F 36 6D 42 1C
Octal 51 165 30 101 0 117 66 155 102 34
Binary 101001 1110101 11000 1000001 0 1001111 110110 1101101 1000010 11100

Color Harmonies of #297518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297518

Black with #297518

Text Example


Text Example

White with #297518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297518; }

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

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

background-color css

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

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

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

border-color css

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

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

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