Html Css Color HEX #297216 Bilbao

📋 copy color: '#297216'

red 41 ◦ green 114 ◦ blue 22

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

Shades of Bilbao #297216

Tints of Bilbao #297216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 23.16%
G = 64.41%
B = 12.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#297216 (or 0x297216) is known color: Bilbao. HEX triplet: 29, 72 and 16. RGB value is (41,114,22). Sum of RGB (Red+Green+Blue) = 41+114+22=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #297216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297216 is #D68DE9. Grayscale: #515151. Windows color (decimal): -14061034 or 1471017. OLE color: 1471017.

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

Color convert

RGB 41 114 22 -
CMYK 0.64 0 0.81 0.55
HSL 107.61º 0.68% 0.27% -
HSV(B) 107.61º 0.81% 0.45% -
XYZ 7.08 12.56 2.81 -
YUV 81.69 94.32 98.98 -
System Red Green Blue C M Y K H S L
Decimal 41 114 22 0.64 0 0.81 0.55 107.61 0.68 0.27
Hex 29 72 16 40 0 51 37 6C 44 1B
Octal 51 162 26 100 0 121 67 154 104 33
Binary 101001 1110010 10110 1000000 0 1010001 110111 1101100 1000100 11011

Color Harmonies of #297216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297216

Black with #297216

Text Example


Text Example

White with #297216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297216; }

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

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

background-color css

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

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

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

border-color css

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

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

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