#2f7d17

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

Shades of Bilbao #2F7D17

Tints of Bilbao #2F7D17

Color information

#2F7D17 (or 0x2F7D17) is unknown color: approx Bilbao. HEX triplet: 2F, 7D and 17. RGB value is (47,125,23). Sum of RGB (Red+Green+Blue) = 47+125+23=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #2F7D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7D17 is #D082E8. Grayscale: #5A5A5A. Windows color (decimal): -13665001 or 1539375. OLE color: 1539375.

HSL color Cylindrical-coordinate representation of color #2F7D17: hue angle of 105.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F7D17 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB4712523-
CMYK0.6200.820.51
HSL105.88º68.92%29.02%-
HSV(B)105.88º81.6%49.02%-
XYZ8.6615.333.31-
YUV90.0590.1697.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.10%
GREEN value IS 125 (49.22% from 255) = 64.10%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=24.10%
G=64.10%
B=11.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47125230.6200.820.51105.8868.9229.02
Hex2F7D173E052336a451d
Octal57175277601226315210535
Binary101111111110110111111110010100101100111101010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f7d17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,125,23); }

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

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

 a { background-color: rgb(47,125,23); }

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

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

 span { border-color: rgb(47,125,23); }

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