#2A790D

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

Shades of Bilbao #2A790D

Tints of Bilbao #2A790D

Color information

#2A790D (or 0x2A790D) is unknown color: approx Bilbao. HEX triplet: 2A, 79 and 0D. RGB value is (42,121,13). Sum of RGB (Red+Green+Blue) = 42+121+13=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 121 (47.66% from 255 or 68.75% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 121 - color contains mainly: green. Hex color #2A790D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A790D is #D586F2. Grayscale: #555555. Windows color (decimal): -13993715 or 882986. OLE color: 882986.

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

Color convert

RGB4212113-
CMYK0.6500.890.53
HSL103.89º80.6%26.27%-
HSV(B)103.89º89.26%47.45%-
XYZ7.8614.22.71-
YUV85.0787.3397.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.86%
GREEN value IS 121 (47.66% from 255) = 68.75%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=23.86%
G=68.75%
B=7.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121130.6500.890.53103.8980.626.27
Hex2A79D410593568511a
Octal521711510101316515012132
Binary101010111100111011000001010110011101011101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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