Html Css Color HEX #297613 Bilbao

📋 copy color: '#297613'

red 41 ◦ green 118 ◦ blue 19

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

Shades of Bilbao #297613

Tints of Bilbao #297613

RGB

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

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

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

R = 23.03%
G = 66.29%
B = 10.67%

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

#297613 (or 0x297613) is known color: Bilbao. HEX triplet: 29, 76 and 13. RGB value is (41,118,19). Sum of RGB (Red+Green+Blue) = 41+118+19=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 118 (46.48% from 255 or 66.29% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 118 - color contains mainly: green. Hex color #297613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297613 is #D689EC. Grayscale: #545454. Windows color (decimal): -14060013 or 1275433. OLE color: 1275433.

HSL color Cylindrical-coordinate representation of color #297613: hue angle of 106.67º 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 #297613 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 19 -
CMYK 0.65 0 0.84 0.54
HSL 106.67º 0.72% 0.27% -
HSV(B) 106.67º 0.84% 0.46% -
XYZ 7.51 13.48 2.82 -
YUV 83.69 91.49 97.55 -
System Red Green Blue C M Y K H S L
Decimal 41 118 19 0.65 0 0.84 0.54 106.67 0.72 0.27
Hex 29 76 13 41 0 54 36 6B 48 1B
Octal 51 166 23 101 0 124 66 153 110 33
Binary 101001 1110110 10011 1000001 0 1010100 110110 1101011 1001000 11011

Color Harmonies of #297613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297613

Black with #297613

Text Example


Text Example

White with #297613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297613; }

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

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

background-color css

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

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

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

border-color css

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

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

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