#2A7918

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

Shades of Bilbao #2A7918

Tints of Bilbao #2A7918

Color information

#2A7918 (or 0x2A7918) is unknown color: approx Bilbao. HEX triplet: 2A, 79 and 18. RGB value is (42,121,24). Sum of RGB (Red+Green+Blue) = 42+121+24=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 121 (47.66% from 255 or 64.71% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7918 is #D586E7. Grayscale: #565656. Windows color (decimal): -13993704 or 1603882. OLE color: 1603882.

HSL color Cylindrical-coordinate representation of color #2A7918: hue angle of 108.87º 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 #2A7918 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB4212124-
CMYK0.6500.800.53
HSL108.87º66.9%28.43%-
HSV(B)108.87º80.17%47.45%-
XYZ7.9614.233.19-
YUV86.3292.8396.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 121 (47.66% from 255) = 64.71%
BLUE value IS 24 (9.77% from 255) = 12.83%
R=22.46%
G=64.71%
B=12.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121240.6500.800.53108.8766.928.43
Hex2A791841050356d431c
Octal521713010101206515510334
Binary1010101111001110001000001010100001101011101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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