#2A7B14

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

Shades of Bilbao #2A7B14

Tints of Bilbao #2A7B14

Color information

#2A7B14 (or 0x2A7B14) is unknown color: approx Bilbao. HEX triplet: 2A, 7B and 14. RGB value is (42,123,20). Sum of RGB (Red+Green+Blue) = 42+123+20=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #2A7B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7B14 is #D584EB. Grayscale: #575757. Windows color (decimal): -13993196 or 1342250. OLE color: 1342250.

HSL color Cylindrical-coordinate representation of color #2A7B14: hue angle of 107.18º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A7B14 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB4212320-
CMYK0.6600.840.52
HSL107.18º72.03%28.04%-
HSV(B)107.18º83.74%48.24%-
XYZ8.1614.713.07-
YUV87.0490.1695.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 123 (48.44% from 255) = 66.49%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=22.70%
G=66.49%
B=10.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42123200.6600.840.52107.1872.0328.04
Hex2A7B1442054346b481c
Octal521732410201246415311034
Binary1010101111011101001000010010101001101001101011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,123,20); }

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

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

 a { background-color: rgb(42,123,20); }

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

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

 span { border-color: rgb(42,123,20); }

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