#2D7A19

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

Shades of Bilbao #2D7A19

Tints of Bilbao #2D7A19

Color information

#2D7A19 (or 0x2D7A19) is unknown color: approx Bilbao. HEX triplet: 2D, 7A and 19. RGB value is (45,122,25). Sum of RGB (Red+Green+Blue) = 45+122+25=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 122 (48.05% from 255 or 63.54% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7A19 is #D285E6. Grayscale: #585858. Windows color (decimal): -13796839 or 1669677. OLE color: 1669677.

HSL color Cylindrical-coordinate representation of color #2D7A19: hue angle of 107.63º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D7A19 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB4512225-
CMYK0.6300.800.52
HSL107.63º65.99%28.82%-
HSV(B)107.63º79.51%47.84%-
XYZ8.2214.553.29-
YUV87.9292.4997.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 122 (48.05% from 255) = 63.54%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=23.44%
G=63.54%
B=13.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45122250.6300.800.52107.6365.9928.82
Hex2D7A193F050346c421d
Octal55172317701206415410235
Binary101101111101011001111111010100001101001101100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,122,25); }

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

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

 a { background-color: rgb(45,122,25); }

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

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

 span { border-color: rgb(45,122,25); }

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