#2F7A15

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

Shades of Bilbao #2F7A15

Tints of Bilbao #2F7A15

Color information

#2F7A15 (or 0x2F7A15) is unknown color: approx Bilbao. HEX triplet: 2F, 7A and 15. RGB value is (47,122,21). Sum of RGB (Red+Green+Blue) = 47+122+21=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 122 (48.05% from 255 or 64.21% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7A15 is #D085EA. Grayscale: #585858. Windows color (decimal): -13665771 or 1407535. OLE color: 1407535.

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

Color convert

RGB4712221-
CMYK0.6100.830.52
HSL104.55º70.63%28.04%-
HSV(B)104.55º82.79%47.84%-
XYZ8.2714.583.09-
YUV88.0690.1598.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 122 (48.05% from 255) = 64.21%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=24.74%
G=64.21%
B=11.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47122210.6100.830.52104.5570.6328.04
Hex2F7A153D0533469471c
Octal57172257501236415110734
Binary101111111101010101111101010100111101001101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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