#2A7809

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

Shades of Bilbao #2A7809

Tints of Bilbao #2A7809

Color information

#2A7809 (or 0x2A7809) is unknown color: approx Bilbao. HEX triplet: 2A, 78 and 09. RGB value is (42,120,9). Sum of RGB (Red+Green+Blue) = 42+120+9=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 120 (47.27% from 255 or 70.18% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7809 is #D587F6. Grayscale: #545454. Windows color (decimal): -13993975 or 620586. OLE color: 620586.

HSL color Cylindrical-coordinate representation of color #2A7809: hue angle of 102.16º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A7809 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB421209-
CMYK0.6500.920.53
HSL102.16º86.05%25.29%-
HSV(B)102.16º92.5%47.06%-
XYZ7.7213.942.54-
YUV84.0285.6698.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 120 (47.27% from 255) = 70.18%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=24.56%
G=70.18%
B=5.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4212090.6500.920.53102.1686.0525.29
Hex2A7894105C35665619
Octal521701110101346514612631
Binary101010111100010011000001010111001101011100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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