#2F6E04

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

Shades of Bilbao #2F6E04

Tints of Bilbao #2F6E04

Color information

#2F6E04 (or 0x2F6E04) is unknown color: approx Bilbao. HEX triplet: 2F, 6E and 04. RGB value is (47,110,4). Sum of RGB (Red+Green+Blue) = 47+110+4=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6E04 is #D091FB. Grayscale: #4F4F4F. Windows color (decimal): -13668860 or 290351. OLE color: 290351.

HSL color Cylindrical-coordinate representation of color #2F6E04: hue angle of 95.66º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F6E04 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB471104-
CMYK0.5700.960.57
HSL95.66º92.98%22.35%-
HSV(B)95.66º96.36%43.14%-
XYZ6.7711.762.03-
YUV79.0885.63105.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 110 (43.36% from 255) = 68.32%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=29.19%
G=68.32%
B=2.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4711040.5700.960.5795.6692.9822.35
Hex2F6E43906039605d16
Octal5715647101407114013526
Binary1011111101110100111001011000001110011100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,4); }

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

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

 a { background-color: rgb(47,110,4); }

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

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

 span { border-color: rgb(47,110,4); }

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