Html Css Color HEX #296D00 Bilbao

📋 copy color: '#296D00'

red 41 ◦ green 109 ◦ blue 0

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

Shades of Bilbao #296D00

Tints of Bilbao #296D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 72.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.33%
G = 72.67%
B = 0%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#296D00 (or 0x296D00) is known color: Bilbao. HEX triplet: 29, 6D and 00. RGB value is (41,109,0). Sum of RGB (Red+Green+Blue) = 41+109+0=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 109 (42.97% from 255 or 72.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 109 - color contains mainly: green. Hex color #296D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296D00 is #D692FF. Grayscale: #4C4C4C. Windows color (decimal): -14062336 or 27945. OLE color: 27945.

HSL color Cylindrical-coordinate representation of color #296D00: hue angle of 97.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #296D00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 109 0 -
CMYK 0.62 0 1 0.57
HSL 97.43º 1% 0.21% -
HSV(B) 97.43º 1% 0.43% -
XYZ 6.38 11.41 1.87 -
YUV 76.24 84.97 102.86 -
System Red Green Blue C M Y K H S L
Decimal 41 109 0 0.62 0 1 0.57 97.43 1 0.21
Hex 29 6D 0 3E 0 64 39 61 64 15
Octal 51 155 0 76 0 144 71 141 144 25
Binary 101001 1101101 0 111110 0 1100100 111001 1100001 1100100 10101

Color Harmonies of #296D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D00

Black with #296D00

Text Example


Text Example

White with #296D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,0); }

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

background-color css

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

 a { background-color: rgb(41,109,0); }

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

border-color css

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

 span { border-color: rgb(41,109,0); }

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