#2A7818

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

Shades of Bilbao #2A7818

Tints of Bilbao #2A7818

Color information

#2A7818 (or 0x2A7818) is unknown color: approx Bilbao. HEX triplet: 2A, 78 and 18. RGB value is (42,120,24). Sum of RGB (Red+Green+Blue) = 42+120+24=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 120 (47.27% from 255 or 64.52% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7818 is #D587E7. Grayscale: #565656. Windows color (decimal): -13993960 or 1603626. OLE color: 1603626.

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

Color convert

RGB4212024-
CMYK0.6500.80.53
HSL108.75º66.67%28.24%-
HSV(B)108.75º80%47.06%-
XYZ7.8413.993.15-
YUV85.7393.1696.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 120 (47.27% from 255) = 64.52%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=22.58%
G=64.52%
B=12.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120240.6500.80.53108.7566.6728.24
Hex2A781841050356d431c
Octal521703010101206515510334
Binary1010101111000110001000001010100001101011101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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