#2F7912

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

Shades of Bilbao #2F7912

Tints of Bilbao #2F7912

Color information

#2F7912 (or 0x2F7912) is unknown color: approx Bilbao. HEX triplet: 2F, 79 and 12. RGB value is (47,121,18). Sum of RGB (Red+Green+Blue) = 47+121+18=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 121 (47.66% from 255 or 65.05% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7912 is #D086ED. Grayscale: #575757. Windows color (decimal): -13666030 or 1210671. OLE color: 1210671.

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

Color convert

RGB4712118-
CMYK0.6100.850.53
HSL103.11º74.1%27.25%-
HSV(B)103.11º85.12%47.45%-
XYZ8.1214.322.91-
YUV87.1388.9899.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 121 (47.66% from 255) = 65.05%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=25.27%
G=65.05%
B=9.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47121180.6100.850.53103.1174.127.25
Hex2F79123D05535674a1b
Octal57171227501256514711233
Binary101111111100110010111101010101011101011100111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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