Html Css Color HEX #296A02 Bilbao

📋 copy color: '#296A02'

red 41 ◦ green 106 ◦ blue 2

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

Shades of Bilbao #296A02

Tints of Bilbao #296A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 71.14%

 BLUE value IS 2 (1.17% from 255) = 1.34%

R = 27.52%
G = 71.14%
B = 1.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#296A02 (or 0x296A02) is known color: Bilbao. HEX triplet: 29, 6A and 02. RGB value is (41,106,2). Sum of RGB (Red+Green+Blue) = 41+106+2=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 106 (41.80% from 255 or 71.14% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 106 - color contains mainly: green. Hex color #296A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296A02 is #D695FD. Grayscale: #4B4B4B. Windows color (decimal): -14063102 or 158249. OLE color: 158249.

HSL color Cylindrical-coordinate representation of color #296A02: hue angle of 97.5º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #296A02 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 2 -
CMYK 0.61 0 0.98 0.58
HSL 97.5º 0.96% 0.21% -
HSV(B) 97.5º 0.98% 0.42% -
XYZ 6.08 10.78 1.82 -
YUV 74.71 86.97 103.96 -
System Red Green Blue C M Y K H S L
Decimal 41 106 2 0.61 0 0.98 0.58 97.5 0.96 0.21
Hex 29 6A 2 3D 0 62 3A 62 60 15
Octal 51 152 2 75 0 142 72 142 140 25
Binary 101001 1101010 10 111101 0 1100010 111010 1100010 1100000 10101

Color Harmonies of #296A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A02

Black with #296A02

Text Example


Text Example

White with #296A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,2); }

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

background-color css

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

 a { background-color: rgb(41,106,2); }

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

border-color css

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

 span { border-color: rgb(41,106,2); }

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