#2F6802

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

Shades of Bilbao #2F6802

Tints of Bilbao #2F6802

Color information

#2F6802 (or 0x2F6802) is unknown color: approx Bilbao. HEX triplet: 2F, 68 and 02. RGB value is (47,104,2). Sum of RGB (Red+Green+Blue) = 47+104+2=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6802 is #D097FD. Grayscale: #4B4B4B. Windows color (decimal): -13670398 or 157743. OLE color: 157743.

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

Color convert

RGB471042-
CMYK0.5500.980.59
HSL93.53º96.23%20.78%-
HSV(B)93.53º98.08%40.78%-
XYZ6.1310.511.76-
YUV75.3386.62107.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.72%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=30.72%
G=67.97%
B=1.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4710420.5500.980.5993.5396.2320.78
Hex2F682370623B5e6015
Octal5715026701427313614025
Binary101111110100010110111011000101110111011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,104,2); }

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

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

 a { background-color: rgb(47,104,2); }

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

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

 span { border-color: rgb(47,104,2); }

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