Html Css Color HEX #296E18 Bilbao

📋 copy color: '#296E18'

red 41 ◦ green 110 ◦ blue 24

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

Shades of Bilbao #296E18

Tints of Bilbao #296E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 23.43%
G = 62.86%
B = 13.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#296E18 (or 0x296E18) is known color: Bilbao. HEX triplet: 29, 6E and 18. RGB value is (41,110,24). Sum of RGB (Red+Green+Blue) = 41+110+24=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #296E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296E18 is #D691E7. Grayscale: #4F4F4F. Windows color (decimal): -14062056 or 1601065. OLE color: 1601065.

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

Color convert

RGB 41 110 24 -
CMYK 0.63 0 0.78 0.57
HSL 108.14º 0.64% 0.26% -
HSV(B) 108.14º 0.78% 0.43% -
XYZ 6.66 11.69 2.77 -
YUV 79.57 96.64 100.49 -
System Red Green Blue C M Y K H S L
Decimal 41 110 24 0.63 0 0.78 0.57 108.14 0.64 0.26
Hex 29 6E 18 3F 0 4E 39 6C 40 1A
Octal 51 156 30 77 0 116 71 154 100 32
Binary 101001 1101110 11000 111111 0 1001110 111001 1101100 1000000 11010

Color Harmonies of #296E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E18

Black with #296E18

Text Example


Text Example

White with #296E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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