#2A7009

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

Shades of Bilbao #2A7009

Tints of Bilbao #2A7009

Color information

#2A7009 (or 0x2A7009) is unknown color: approx Bilbao. HEX triplet: 2A, 70 and 09. RGB value is (42,112,9). Sum of RGB (Red+Green+Blue) = 42+112+9=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7009 is #D58FF6. Grayscale: #4F4F4F. Windows color (decimal): -13996023 or 618538. OLE color: 618538.

HSL color Cylindrical-coordinate representation of color #2A7009: hue angle of 100.78º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A7009 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB421129-
CMYK0.6200.920.56
HSL100.78º85.12%23.73%-
HSV(B)100.78º91.96%43.92%-
XYZ6.812.12.24-
YUV79.3388.31101.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 112 (44.14% from 255) = 68.71%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=25.77%
G=68.71%
B=5.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4211290.6200.920.56100.7885.1223.73
Hex2A7093E05C38655518
Octal52160117601347014512530
Binary10101011100001001111110010111001110001100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A7009; }

 p { color: rgb(42,112,9); }

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

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

 a { background-color: rgb(42,112,9); }

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

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

 span { border-color: rgb(42,112,9); }

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