#2F821B

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

Shades of Bilbao #2F821B

Tints of Bilbao #2F821B

Color information

#2F821B (or 0x2F821B) is unknown color: approx Bilbao. HEX triplet: 2F, 82 and 1B. RGB value is (47,130,27). Sum of RGB (Red+Green+Blue) = 47+130+27=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #2F821B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F821B is #D07DE4. Grayscale: #5D5D5D. Windows color (decimal): -13663717 or 1802799. OLE color: 1802799.

HSL color Cylindrical-coordinate representation of color #2F821B: hue angle of 108.35º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F821B is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB4713027-
CMYK0.6400.790.49
HSL108.35º65.61%30.78%-
HSV(B)108.35º79.23%50.98%-
XYZ9.3516.653.76-
YUV93.4490.594.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.04%
GREEN value IS 130 (51.17% from 255) = 63.73%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=23.04%
G=63.73%
B=13.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47130270.6400.790.49108.3565.6130.78
Hex2F821B4004F316c421f
Octal572023310001176115410237
Binary10111110000010110111000000010011111100011101100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,130,27); }

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

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

 a { background-color: rgb(47,130,27); }

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

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

 span { border-color: rgb(47,130,27); }

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