#2F8B0D

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

Shades of Bilbao #2F8B0D

Tints of Bilbao #2F8B0D

Color information

#2F8B0D (or 0x2F8B0D) is unknown color: approx Bilbao. HEX triplet: 2F, 8B and 0D. RGB value is (47,139,13). Sum of RGB (Red+Green+Blue) = 47+139+13=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F8B0D is #D074F2. Grayscale: #616161. Windows color (decimal): -13661427 or 887599. OLE color: 887599.

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

Color convert

RGB4713913-
CMYK0.6600.910.45
HSL103.81º82.89%29.8%-
HSV(B)103.81º90.65%54.51%-
XYZ10.4819.13.51-
YUV97.1380.5292.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.62%
GREEN value IS 139 (54.69% from 255) = 69.85%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=23.62%
G=69.85%
B=6.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47139130.6600.910.45103.8182.8929.8
Hex2F8BD4205B2D68531e
Octal572131510201335515012336
Binary1011111000101111011000010010110111011011101000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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