#2F7A19

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

Shades of Bilbao #2F7A19

Tints of Bilbao #2F7A19

Color information

#2F7A19 (or 0x2F7A19) is unknown color: approx Bilbao. HEX triplet: 2F, 7A and 19. RGB value is (47,122,25). Sum of RGB (Red+Green+Blue) = 47+122+25=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 122 (48.05% from 255 or 62.89% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7A19 is #D085E6. Grayscale: #585858. Windows color (decimal): -13665767 or 1669679. OLE color: 1669679.

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

Color convert

RGB4712225-
CMYK0.6100.800.52
HSL106.39º65.99%28.82%-
HSV(B)106.39º79.51%47.84%-
XYZ8.3114.593.3-
YUV88.5292.1598.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 122 (48.05% from 255) = 62.89%
BLUE value IS 25 (10.16% from 255) = 12.89%
R=24.23%
G=62.89%
B=12.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47122250.6100.800.52106.3965.9928.82
Hex2F7A193D050346a421d
Octal57172317501206415210235
Binary101111111101011001111101010100001101001101010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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