Html Css Color HEX #297003 Bilbao

📋 copy color: '#297003'

red 41 ◦ green 112 ◦ blue 3

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

Shades of Bilbao #297003

Tints of Bilbao #297003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 71.79%

 BLUE value IS 3 (1.56% from 255) = 1.92%

R = 26.28%
G = 71.79%
B = 1.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#297003 (or 0x297003) is known color: Bilbao. HEX triplet: 29, 70 and 03. RGB value is (41,112,3). Sum of RGB (Red+Green+Blue) = 41+112+3=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #297003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297003 is #D68FFC. Grayscale: #4E4E4E. Windows color (decimal): -14061565 or 225321. OLE color: 225321.

HSL color Cylindrical-coordinate representation of color #297003: hue angle of 99.08º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #297003 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 3 -
CMYK 0.63 0 0.97 0.56
HSL 99.08º 0.95% 0.23% -
HSV(B) 99.08º 0.97% 0.44% -
XYZ 6.73 12.07 2.06 -
YUV 78.35 85.48 101.36 -
System Red Green Blue C M Y K H S L
Decimal 41 112 3 0.63 0 0.97 0.56 99.08 0.95 0.23
Hex 29 70 3 3F 0 61 38 63 5F 17
Octal 51 160 3 77 0 141 70 143 137 27
Binary 101001 1110000 11 111111 0 1100001 111000 1100011 1011111 10111

Color Harmonies of #297003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297003

Black with #297003

Text Example


Text Example

White with #297003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297003; }

 p { color: rgb(41,112,3); }

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

background-color css

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

 a { background-color: rgb(41,112,3); }

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

border-color css

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

 span { border-color: rgb(41,112,3); }

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