Html Css Color HEX #297215 Bilbao

📋 copy color: '#297215'

red 41 ◦ green 114 ◦ blue 21

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

Shades of Bilbao #297215

Tints of Bilbao #297215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 64.77%

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 23.3%
G = 64.77%
B = 11.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#297215 (or 0x297215) is known color: Bilbao. HEX triplet: 29, 72 and 15. RGB value is (41,114,21). Sum of RGB (Red+Green+Blue) = 41+114+21=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #297215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297215 is #D68DEA. Grayscale: #515151. Windows color (decimal): -14061035 or 1405481. OLE color: 1405481.

HSL color Cylindrical-coordinate representation of color #297215: hue angle of 107.1º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297215 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 21 -
CMYK 0.64 0 0.82 0.55
HSL 107.1º 0.69% 0.26% -
HSV(B) 107.1º 0.82% 0.45% -
XYZ 7.07 12.56 2.76 -
YUV 81.57 93.82 99.06 -
System Red Green Blue C M Y K H S L
Decimal 41 114 21 0.64 0 0.82 0.55 107.1 0.69 0.26
Hex 29 72 15 40 0 52 37 6B 45 1A
Octal 51 162 25 100 0 122 67 153 105 32
Binary 101001 1110010 10101 1000000 0 1010010 110111 1101011 1000101 11010

Color Harmonies of #297215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297215

Black with #297215

Text Example


Text Example

White with #297215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297215; }

 p { color: rgb(41,114,21); }

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

background-color css

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

 a { background-color: rgb(41,114,21); }

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

border-color css

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

 span { border-color: rgb(41,114,21); }

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