Html Css Color HEX #297800 Bilbao

📋 copy color: '#297800'

red 41 ◦ green 120 ◦ blue 0

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

Shades of Bilbao #297800

Tints of Bilbao #297800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 74.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.47%
G = 74.53%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#297800 (or 0x297800) is known color: Bilbao. HEX triplet: 29, 78 and 00. RGB value is (41,120,0). Sum of RGB (Red+Green+Blue) = 41+120+0=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 120 (47.27% from 255 or 74.53% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 120 - color contains mainly: green. Hex color #297800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297800 is #D687FF. Grayscale: #535353. Windows color (decimal): -14059520 or 30761. OLE color: 30761.

HSL color Cylindrical-coordinate representation of color #297800: hue angle of 99.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #297800 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 0 -
CMYK 0.66 0 1 0.53
HSL 99.5º 1% 0.24% -
HSV(B) 99.5º 1% 0.47% -
XYZ 7.63 13.9 2.28 -
YUV 82.7 81.33 98.26 -
System Red Green Blue C M Y K H S L
Decimal 41 120 0 0.66 0 1 0.53 99.5 1 0.24
Hex 29 78 0 42 0 64 35 64 64 18
Octal 51 170 0 102 0 144 65 144 144 30
Binary 101001 1111000 0 1000010 0 1100100 110101 1100100 1100100 11000

Color Harmonies of #297800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297800

Black with #297800

Text Example


Text Example

White with #297800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297800; }

 p { color: rgb(41,120,0); }

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

background-color css

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

 a { background-color: rgb(41,120,0); }

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

border-color css

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

 span { border-color: rgb(41,120,0); }

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