#29790E

Color #29790E Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #29790E

Tints of Bilbao #29790E

Color information

#29790E (or 0x29790E) is unknown color: approx Bilbao. HEX triplet: 29, 79 and 0E. RGB value is (41,121,14). Sum of RGB (Red+Green+Blue) = 41+121+14=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 121 (47.66% from 255 or 68.75% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 121 - color contains mainly: green. Hex color #29790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29790E is #D686F1. Grayscale: #555555. Windows color (decimal): -14059250 or 948521. OLE color: 948521.

HSL color Cylindrical-coordinate representation of color #29790E: hue angle of 104.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29790E is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB4112114-
CMYK0.6600.880.53
HSL104.86º79.26%26.47%-
HSV(B)104.86º88.43%47.45%-
XYZ7.8314.182.74-
YUV84.888896.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 121 (47.66% from 255) = 68.75%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=23.30%
G=68.75%
B=7.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121140.6600.880.53104.8679.2626.47
Hex2979E4205835694f1a
Octal511711610201306515111732
Binary101001111100111101000010010110001101011101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29790E; }

 p { color: rgb(41,121,14); }

 H1.HeaderClassName
 {
   color: #29790E;
 }
 .AnyTagClassName
 {
   color: #29790E;
 }
</style>
background-color css

<style>
 a { background-color: #29790E; }

 a { background-color: rgb(41,121,14); }

 div.DivClassName
 {
   background-color: #29790E;
 }
 .BgClassName
 {
   background-color: #29790E;
 }
</style>
border-color css

<style>
 span { border-color: #29790E; }

 span { border-color: rgb(41,121,14); }

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