#2F7907

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

Shades of Bilbao #2F7907

Tints of Bilbao #2F7907

Color information

#2F7907 (or 0x2F7907) is unknown color: approx Bilbao. HEX triplet: 2F, 79 and 07. RGB value is (47,121,7). Sum of RGB (Red+Green+Blue) = 47+121+7=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 121 (47.66% from 255 or 69.14% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7907 is #D086F8. Grayscale: #565656. Windows color (decimal): -13666041 or 489775. OLE color: 489775.

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

Color convert

RGB471217-
CMYK0.6100.940.53
HSL98.95º89.06%25.1%-
HSV(B)98.95º94.21%47.45%-
XYZ8.0514.292.54-
YUV85.8883.48100.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 121 (47.66% from 255) = 69.14%
BLUE value IS 7 (3.12% from 255) = 4%
R=26.86%
G=69.14%
B=4%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4712170.6100.940.5398.9589.0625.1
Hex2F7973D05E35635919
Octal5717177501366514313131
Binary1011111111001111111101010111101101011100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,121,7); }

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

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

 a { background-color: rgb(47,121,7); }

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

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

 span { border-color: rgb(47,121,7); }

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