Html Css Color HEX #296E04 Bilbao

📋 copy color: '#296E04'

red 41 ◦ green 110 ◦ blue 4

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

Shades of Bilbao #296E04

Tints of Bilbao #296E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 26.45%
G = 70.97%
B = 2.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#296E04 (or 0x296E04) is known color: Bilbao. HEX triplet: 29, 6E and 04. RGB value is (41,110,4). Sum of RGB (Red+Green+Blue) = 41+110+4=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #296E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296E04 is #D691FB. Grayscale: #4D4D4D. Windows color (decimal): -14062076 or 290345. OLE color: 290345.

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

Color convert

RGB 41 110 4 -
CMYK 0.63 0 0.96 0.57
HSL 99.06º 0.93% 0.22% -
HSV(B) 99.06º 0.96% 0.43% -
XYZ 6.51 11.63 2.02 -
YUV 77.29 86.64 102.12 -
System Red Green Blue C M Y K H S L
Decimal 41 110 4 0.63 0 0.96 0.57 99.06 0.93 0.22
Hex 29 6E 4 3F 0 60 39 63 5D 16
Octal 51 156 4 77 0 140 71 143 135 26
Binary 101001 1101110 100 111111 0 1100000 111001 1100011 1011101 10110

Color Harmonies of #296E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E04

Black with #296E04

Text Example


Text Example

White with #296E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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