#29770E

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

Shades of Bilbao #29770E

Tints of Bilbao #29770E

Color information

#29770E (or 0x29770E) is unknown color: approx Bilbao. HEX triplet: 29, 77 and 0E. RGB value is (41,119,14). Sum of RGB (Red+Green+Blue) = 41+119+14=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #29770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29770E is #D688F1. Grayscale: #545454. Windows color (decimal): -14059762 or 948009. OLE color: 948009.

HSL color Cylindrical-coordinate representation of color #29770E: hue angle of 104.57º 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 #29770E is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB4111914-
CMYK0.6600.880.53
HSL104.57º78.95%26.08%-
HSV(B)104.57º88.24%46.67%-
XYZ7.5913.72.66-
YUV83.7188.6697.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 119 (46.88% from 255) = 68.39%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=23.56%
G=68.39%
B=8.05%

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
Decimal41119140.6600.880.53104.5778.9526.08
Hex2977E4205835694f1a
Octal511671610201306515111732
Binary101001111011111101000010010110001101011101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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