Html Css Color HEX #297315 Bilbao

📋 copy color: '#297315'

red 41 ◦ green 115 ◦ blue 21

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

Shades of Bilbao #297315

Tints of Bilbao #297315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 64.97%

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

R = 23.16%
G = 64.97%
B = 11.86%

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

#297315 (or 0x297315) is known color: Bilbao. HEX triplet: 29, 73 and 15. RGB value is (41,115,21). Sum of RGB (Red+Green+Blue) = 41+115+21=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #297315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297315 is #D68CEA. Grayscale: #525252. Windows color (decimal): -14060779 or 1405737. OLE color: 1405737.

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

Color convert

RGB 41 115 21 -
CMYK 0.64 0 0.82 0.55
HSL 107.23º 0.69% 0.27% -
HSV(B) 107.23º 0.82% 0.45% -
XYZ 7.18 12.79 2.8 -
YUV 82.16 93.48 98.64 -
System Red Green Blue C M Y K H S L
Decimal 41 115 21 0.64 0 0.82 0.55 107.23 0.69 0.27
Hex 29 73 15 40 0 52 37 6B 45 1B
Octal 51 163 25 100 0 122 67 153 105 33
Binary 101001 1110011 10101 1000000 0 1010010 110111 1101011 1000101 11011

Color Harmonies of #297315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297315

Black with #297315

Text Example


Text Example

White with #297315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297315; }

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

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

background-color css

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

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

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

border-color css

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

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

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