#2F8906

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

Shades of Bilbao #2F8906

Tints of Bilbao #2F8906

Color information

#2F8906 (or 0x2F8906) is unknown color: approx Bilbao. HEX triplet: 2F, 89 and 06. RGB value is (47,137,6). Sum of RGB (Red+Green+Blue) = 47+137+6=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 137 (53.91% from 255 or 72.11% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8906 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8906 is #D076F9. Grayscale: #5F5F5F. Windows color (decimal): -13661946 or 428335. OLE color: 428335.

HSL color Cylindrical-coordinate representation of color #2F8906: hue angle of 101.22º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F8906 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB471376-
CMYK0.6600.960.46
HSL101.22º91.61%28.04%-
HSV(B)101.22º95.62%53.73%-
XYZ10.1518.513.21-
YUV95.1677.6893.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 137 (53.91% from 255) = 72.11%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=24.74%
G=72.11%
B=3.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4713760.6600.960.46101.2291.6128.04
Hex2F896420602E655c1c
Octal57211610201405614513434
Binary101111100010011101000010011000001011101100101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,137,6); }

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

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

 a { background-color: rgb(47,137,6); }

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

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

 span { border-color: rgb(47,137,6); }

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