Html Css Color HEX #296505 Bilbao

📋 copy color: '#296505'

red 41 ◦ green 101 ◦ blue 5

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

Shades of Bilbao #296505

Tints of Bilbao #296505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 68.71%

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 27.89%
G = 68.71%
B = 3.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#296505 (or 0x296505) is known color: Bilbao. HEX triplet: 29, 65 and 05. RGB value is (41,101,5). Sum of RGB (Red+Green+Blue) = 41+101+5=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #296505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296505 is #D69AFA. Grayscale: #484848. Windows color (decimal): -14064379 or 353577. OLE color: 353577.

HSL color Cylindrical-coordinate representation of color #296505: hue angle of 97.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #296505 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 101 5 -
CMYK 0.59 0 0.95 0.60
HSL 97.5º 0.91% 0.21% -
HSV(B) 97.5º 0.95% 0.4% -
XYZ 5.6 9.79 1.74 -
YUV 72.12 90.12 105.81 -
System Red Green Blue C M Y K H S L
Decimal 41 101 5 0.59 0 0.95 0.60 97.5 0.91 0.21
Hex 29 65 5 3B 0 5F 3C 62 5B 15
Octal 51 145 5 73 0 137 74 142 133 25
Binary 101001 1100101 101 111011 0 1011111 111100 1100010 1011011 10101

Color Harmonies of #296505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296505

Black with #296505

Text Example


Text Example

White with #296505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296505; }

 p { color: rgb(41,101,5); }

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

background-color css

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

 a { background-color: rgb(41,101,5); }

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

border-color css

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

 span { border-color: rgb(41,101,5); }

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