Html Css Color HEX #297019 Bilbao

📋 copy color: '#297019'

red 41 ◦ green 112 ◦ blue 25

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

Shades of Bilbao #297019

Tints of Bilbao #297019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 23.03%
G = 62.92%
B = 14.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#297019 (or 0x297019) is known color: Bilbao. HEX triplet: 29, 70 and 19. RGB value is (41,112,25). Sum of RGB (Red+Green+Blue) = 41+112+25=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #297019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297019 is #D68FE6. Grayscale: #515151. Windows color (decimal): -14061543 or 1667113. OLE color: 1667113.

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

Color convert

RGB 41 112 25 -
CMYK 0.63 0 0.78 0.56
HSL 108.97º 0.64% 0.27% -
HSV(B) 108.97º 0.78% 0.44% -
XYZ 6.88 12.13 2.9 -
YUV 80.85 96.48 99.57 -
System Red Green Blue C M Y K H S L
Decimal 41 112 25 0.63 0 0.78 0.56 108.97 0.64 0.27
Hex 29 70 19 3F 0 4E 38 6D 40 1B
Octal 51 160 31 77 0 116 70 155 100 33
Binary 101001 1110000 11001 111111 0 1001110 111000 1101101 1000000 11011

Color Harmonies of #297019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297019

Black with #297019

Text Example


Text Example

White with #297019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297019; }

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

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

background-color css

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

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

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

border-color css

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

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

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