Html Css Color HEX #296B05 Bilbao

📋 copy color: '#296B05'

red 41 ◦ green 107 ◦ blue 5

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

Shades of Bilbao #296B05

Tints of Bilbao #296B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 69.93%

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

R = 26.8%
G = 69.93%
B = 3.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#296B05 (or 0x296B05) is known color: Bilbao. HEX triplet: 29, 6B and 05. RGB value is (41,107,5). Sum of RGB (Red+Green+Blue) = 41+107+5=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 107 (42.19% from 255 or 69.93% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 107 - color contains mainly: green. Hex color #296B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296B05 is #D694FA. Grayscale: #4B4B4B. Windows color (decimal): -14062843 or 355113. OLE color: 355113.

HSL color Cylindrical-coordinate representation of color #296B05: hue angle of 98.82º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #296B05 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 107 5 -
CMYK 0.62 0 0.95 0.58
HSL 98.82º 0.91% 0.22% -
HSV(B) 98.82º 0.95% 0.42% -
XYZ 6.2 11 1.94 -
YUV 75.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 41 107 5 0.62 0 0.95 0.58 98.82 0.91 0.22
Hex 29 6B 5 3E 0 5F 3A 63 5B 16
Octal 51 153 5 76 0 137 72 143 133 26
Binary 101001 1101011 101 111110 0 1011111 111010 1100011 1011011 10110

Color Harmonies of #296B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B05

Black with #296B05

Text Example


Text Example

White with #296B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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