Html Css Color HEX #297502 Bilbao

📋 copy color: '#297502'

red 41 ◦ green 117 ◦ blue 2

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

Shades of Bilbao #297502

Tints of Bilbao #297502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 25.63%
G = 73.13%
B = 1.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#297502 (or 0x297502) is known color: Bilbao. HEX triplet: 29, 75 and 02. RGB value is (41,117,2). Sum of RGB (Red+Green+Blue) = 41+117+2=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #297502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297502 is #D68AFD. Grayscale: #515151. Windows color (decimal): -14060286 or 161065. OLE color: 161065.

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

Color convert

RGB 41 117 2 -
CMYK 0.65 0 0.98 0.54
HSL 99.65º 0.97% 0.23% -
HSV(B) 99.65º 0.98% 0.46% -
XYZ 7.29 13.2 2.22 -
YUV 81.17 83.32 99.35 -
System Red Green Blue C M Y K H S L
Decimal 41 117 2 0.65 0 0.98 0.54 99.65 0.97 0.23
Hex 29 75 2 41 0 62 36 64 61 17
Octal 51 165 2 101 0 142 66 144 141 27
Binary 101001 1110101 10 1000001 0 1100010 110110 1100100 1100001 10111

Color Harmonies of #297502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297502

Black with #297502

Text Example


Text Example

White with #297502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297502; }

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

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

background-color css

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

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

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

border-color css

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

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

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