#2A7916

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

Shades of Bilbao #2A7916

Tints of Bilbao #2A7916

Color information

#2A7916 (or 0x2A7916) is unknown color: approx Bilbao. HEX triplet: 2A, 79 and 16. RGB value is (42,121,22). Sum of RGB (Red+Green+Blue) = 42+121+22=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 121 (47.66% from 255 or 65.41% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7916 is #D586E9. Grayscale: #565656. Windows color (decimal): -13993706 or 1472810. OLE color: 1472810.

HSL color Cylindrical-coordinate representation of color #2A7916: hue angle of 107.88º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A7916 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB4212122-
CMYK0.6500.820.53
HSL107.88º69.23%28.04%-
HSV(B)107.88º81.82%47.45%-
XYZ7.9414.223.09-
YUV86.0991.8396.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 121 (47.66% from 255) = 65.41%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=22.70%
G=65.41%
B=11.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121220.6500.820.53107.8869.2328.04
Hex2A791641052356c451c
Octal521712610101226515410534
Binary1010101111001101101000001010100101101011101100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,121,22); }

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

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

 a { background-color: rgb(42,121,22); }

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

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

 span { border-color: rgb(42,121,22); }

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