#2F7914

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

Shades of Bilbao #2F7914

Tints of Bilbao #2F7914

Color information

#2F7914 (or 0x2F7914) is unknown color: approx Bilbao. HEX triplet: 2F, 79 and 14. RGB value is (47,121,20). Sum of RGB (Red+Green+Blue) = 47+121+20=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 121 (47.66% from 255 or 64.36% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7914 is #D086EB. Grayscale: #575757. Windows color (decimal): -13666028 or 1341743. OLE color: 1341743.

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

Color convert

RGB4712120-
CMYK0.6100.830.53
HSL103.96º71.63%27.65%-
HSV(B)103.96º83.47%47.45%-
XYZ8.1414.333-
YUV87.3689.9899.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 64.36%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=25%
G=64.36%
B=10.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47121200.6100.830.53103.9671.6327.65
Hex2F79143D0533568481c
Octal57171247501236515011034
Binary101111111100110100111101010100111101011101000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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