Html Css Color HEX #296F15 Bilbao

📋 copy color: '#296F15'

red 41 ◦ green 111 ◦ blue 21

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

Shades of Bilbao #296F15

Tints of Bilbao #296F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 64.16%

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

R = 23.7%
G = 64.16%
B = 12.14%

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

#296F15 (or 0x296F15) is known color: Bilbao. HEX triplet: 29, 6F and 15. RGB value is (41,111,21). Sum of RGB (Red+Green+Blue) = 41+111+21=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 111 (43.75% from 255 or 64.16% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 111 - color contains mainly: green. Hex color #296F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296F15 is #D690EA. Grayscale: #505050. Windows color (decimal): -14061803 or 1404713. OLE color: 1404713.

HSL color Cylindrical-coordinate representation of color #296F15: hue angle of 106.67º 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 #296F15 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 21 -
CMYK 0.63 0 0.81 0.56
HSL 106.67º 0.68% 0.26% -
HSV(B) 106.67º 0.81% 0.44% -
XYZ 6.73 11.89 2.65 -
YUV 79.81 94.81 100.32 -
System Red Green Blue C M Y K H S L
Decimal 41 111 21 0.63 0 0.81 0.56 106.67 0.68 0.26
Hex 29 6F 15 3F 0 51 38 6B 44 1A
Octal 51 157 25 77 0 121 70 153 104 32
Binary 101001 1101111 10101 111111 0 1010001 111000 1101011 1000100 11010

Color Harmonies of #296F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F15

Black with #296F15

Text Example


Text Example

White with #296F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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