#2F781B

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

Shades of Bilbao #2F781B

Tints of Bilbao #2F781B

Color information

#2F781B (or 0x2F781B) is unknown color: approx Bilbao. HEX triplet: 2F, 78 and 1B. RGB value is (47,120,27). Sum of RGB (Red+Green+Blue) = 47+120+27=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #2F781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F781B is #D087E4. Grayscale: #575757. Windows color (decimal): -13666277 or 1800239. OLE color: 1800239.

HSL color Cylindrical-coordinate representation of color #2F781B: hue angle of 107.1º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F781B is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB4712027-
CMYK0.6100.780.53
HSL107.1º63.27%28.82%-
HSV(B)107.1º77.5%47.06%-
XYZ8.0914.123.34-
YUV87.5793.8299.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=24.23%
G=61.86%
B=13.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47120270.6100.780.53107.163.2728.82
Hex2F781B3D04E356b3f1d
Octal5717033750116651537735
Binary10111111110001101111110101001110110101110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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