#297002

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

Shades of Bilbao #297002

Tints of Bilbao #297002

Color information

#297002 (or 0x297002) is unknown color: approx Bilbao. HEX triplet: 29, 70 and 02. RGB value is (41,112,2). Sum of RGB (Red+Green+Blue) = 41+112+2=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #297002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297002 is #D68FFD. Grayscale: #4E4E4E. Windows color (decimal): -14061566 or 159785. OLE color: 159785.

HSL color Cylindrical-coordinate representation of color #297002: hue angle of 98.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #297002 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB411122-
CMYK0.6300.980.56
HSL98.73º96.49%22.35%-
HSV(B)98.73º98.21%43.92%-
XYZ6.7212.062.03-
YUV78.2384.98101.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 112 (44.14% from 255) = 72.26%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=26.45%
G=72.26%
B=1.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111220.6300.980.5698.7396.4922.35
Hex297023F06238636016
Octal5116027701427014314026
Binary101001111000010111111011000101110001100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297002; }

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

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

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

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

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

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

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

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