#297813

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

Shades of Bilbao #297813

Tints of Bilbao #297813

Color information

#297813 (or 0x297813) is unknown color: approx Bilbao. HEX triplet: 29, 78 and 13. RGB value is (41,120,19). Sum of RGB (Red+Green+Blue) = 41+120+19=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #297813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297813 is #D687EC. Grayscale: #555555. Windows color (decimal): -14059501 or 1275945. OLE color: 1275945.

HSL color Cylindrical-coordinate representation of color #297813: hue angle of 106.93º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297813 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB4112019-
CMYK0.6600.840.53
HSL106.93º72.66%27.25%-
HSV(B)106.93º84.17%47.06%-
XYZ7.7513.952.9-
YUV84.8690.8396.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 120 (47.27% from 255) = 66.67%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=22.78%
G=66.67%
B=10.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120190.6600.840.53106.9372.6627.25
Hex29781342054356b491b
Octal511702310201246515311133
Binary1010011111000100111000010010101001101011101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297813; }

 p { color: rgb(41,120,19); }

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

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

 a { background-color: rgb(41,120,19); }

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

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

 span { border-color: rgb(41,120,19); }

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