#2A7715

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

Shades of Bilbao #2A7715

Tints of Bilbao #2A7715

Color information

#2A7715 (or 0x2A7715) is unknown color: approx Bilbao. HEX triplet: 2A, 77 and 15. RGB value is (42,119,21). Sum of RGB (Red+Green+Blue) = 42+119+21=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7715 is #D588EA. Grayscale: #555555. Windows color (decimal): -13994219 or 1406762. OLE color: 1406762.

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

Color convert

RGB4211921-
CMYK0.6500.820.53
HSL107.14º70%27.45%-
HSV(B)107.14º82.35%46.67%-
XYZ7.6913.742.96-
YUV84.891.9997.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.08%
GREEN value IS 119 (46.88% from 255) = 65.38%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=23.08%
G=65.38%
B=11.54%

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
Decimal42119210.6500.820.53107.147027.45
Hex2A771541052356b461b
Octal521672510101226515310633
Binary1010101110111101011000001010100101101011101011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,21); }

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

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

 a { background-color: rgb(42,119,21); }

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

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

 span { border-color: rgb(42,119,21); }

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