Html Css Color HEX #297015 Bilbao

📋 copy color: '#297015'

red 41 ◦ green 112 ◦ blue 21

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

Shades of Bilbao #297015

Tints of Bilbao #297015

RGB

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

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

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

R = 23.56%
G = 64.37%
B = 12.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#297015 (or 0x297015) is known color: Bilbao. HEX triplet: 29, 70 and 15. RGB value is (41,112,21). Sum of RGB (Red+Green+Blue) = 41+112+21=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #297015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297015 is #D68FEA. Grayscale: #505050. Windows color (decimal): -14061547 or 1404969. OLE color: 1404969.

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

Color convert

RGB 41 112 21 -
CMYK 0.63 0 0.81 0.56
HSL 106.81º 0.68% 0.26% -
HSV(B) 106.81º 0.81% 0.44% -
XYZ 6.84 12.11 2.69 -
YUV 80.4 94.48 99.9 -
System Red Green Blue C M Y K H S L
Decimal 41 112 21 0.63 0 0.81 0.56 106.81 0.68 0.26
Hex 29 70 15 3F 0 51 38 6B 44 1A
Octal 51 160 25 77 0 121 70 153 104 32
Binary 101001 1110000 10101 111111 0 1010001 111000 1101011 1000100 11010

Color Harmonies of #297015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297015

Black with #297015

Text Example


Text Example

White with #297015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297015; }

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

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

background-color css

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

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

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

border-color css

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

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

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