#2F6904

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

Shades of Bilbao #2F6904

Tints of Bilbao #2F6904

Color information

#2F6904 (or 0x2F6904) is unknown color: approx Bilbao. HEX triplet: 2F, 69 and 04. RGB value is (47,105,4). Sum of RGB (Red+Green+Blue) = 47+105+4=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6904 is #D096FB. Grayscale: #4C4C4C. Windows color (decimal): -13670140 or 289071. OLE color: 289071.

HSL color Cylindrical-coordinate representation of color #2F6904: hue angle of 94.46º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F6904 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB471054-
CMYK0.5500.960.59
HSL94.46º92.66%21.37%-
HSV(B)94.46º96.19%41.18%-
XYZ6.2510.721.85-
YUV76.1487.28107.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.13%
GREEN value IS 105 (41.41% from 255) = 67.31%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=30.13%
G=67.31%
B=2.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4710540.5500.960.5994.4692.6621.37
Hex2F694370603B5e5d15
Octal5715146701407313613525
Binary1011111101001100110111011000001110111011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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