#2A800C

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

Shades of Bilbao #2A800C

Tints of Bilbao #2A800C

Color information

#2A800C (or 0x2A800C) is unknown color: approx Bilbao. HEX triplet: 2A, 80 and 0C. RGB value is (42,128,12). Sum of RGB (Red+Green+Blue) = 42+128+12=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #2A800C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A800C is #D57FF3. Grayscale: #595959. Windows color (decimal): -13991924 or 819242. OLE color: 819242.

HSL color Cylindrical-coordinate representation of color #2A800C: hue angle of 104.48º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A800C is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB4212812-
CMYK0.6700.910.50
HSL104.48º82.86%27.45%-
HSV(B)104.48º90.62%50.2%-
XYZ8.7415.962.97-
YUV89.0684.5194.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.08%
GREEN value IS 128 (50.39% from 255) = 70.33%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=23.08%
G=70.33%
B=6.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42128120.6700.910.50104.4882.8627.45
Hex2A80C4305B3268531b
Octal522001410301336215012333
Binary1010101000000011001000011010110111100101101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,128,12); }

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

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

 a { background-color: rgb(42,128,12); }

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

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

 span { border-color: rgb(42,128,12); }

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