Html Css Color HEX #296E06 Bilbao

📋 copy color: '#296E06'

red 41 ◦ green 110 ◦ blue 6

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

Shades of Bilbao #296E06

Tints of Bilbao #296E06

RGB

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

 GREEN value IS 110 (43.36% from 255) = 70.06%

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 26.11%
G = 70.06%
B = 3.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#296E06 (or 0x296E06) is known color: Bilbao. HEX triplet: 29, 6E and 06. RGB value is (41,110,6). Sum of RGB (Red+Green+Blue) = 41+110+6=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #296E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296E06 is #D691F9. Grayscale: #4D4D4D. Windows color (decimal): -14062074 or 421417. OLE color: 421417.

HSL color Cylindrical-coordinate representation of color #296E06: hue angle of 99.81º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #296E06 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 110 6 -
CMYK 0.63 0 0.95 0.57
HSL 99.81º 0.9% 0.23% -
HSV(B) 99.81º 0.95% 0.43% -
XYZ 6.52 11.64 2.07 -
YUV 77.51 87.64 101.96 -
System Red Green Blue C M Y K H S L
Decimal 41 110 6 0.63 0 0.95 0.57 99.81 0.9 0.23
Hex 29 6E 6 3F 0 5F 39 64 5A 17
Octal 51 156 6 77 0 137 71 144 132 27
Binary 101001 1101110 110 111111 0 1011111 111001 1100100 1011010 10111

Color Harmonies of #296E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E06

Black with #296E06

Text Example


Text Example

White with #296E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,110,6); }

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

background-color css

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

 a { background-color: rgb(41,110,6); }

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

border-color css

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

 span { border-color: rgb(41,110,6); }

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