#2F8B06

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

Shades of Bilbao #2F8B06

Tints of Bilbao #2F8B06

Color information

#2F8B06 (or 0x2F8B06) is unknown color: approx Bilbao. HEX triplet: 2F, 8B and 06. RGB value is (47,139,6). Sum of RGB (Red+Green+Blue) = 47+139+6=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 139 (54.69% from 255 or 72.40% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8B06 is #D074F9. Grayscale: #606060. Windows color (decimal): -13661434 or 428847. OLE color: 428847.

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

Color convert

RGB471396-
CMYK0.6600.960.45
HSL101.5º91.72%28.43%-
HSV(B)101.5º95.68%54.51%-
XYZ10.4419.083.31-
YUV96.3377.0292.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 139 (54.69% from 255) = 72.40%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=24.48%
G=72.40%
B=3.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4713960.6600.960.45101.591.7228.43
Hex2F8B6420602D665c1c
Octal57213610201405514613434
Binary101111100010111101000010011000001011011100110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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