#2F6702

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

Shades of Bilbao #2F6702

Tints of Bilbao #2F6702

Color information

#2F6702 (or 0x2F6702) is unknown color: approx Bilbao. HEX triplet: 2F, 67 and 02. RGB value is (47,103,2). Sum of RGB (Red+Green+Blue) = 47+103+2=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6702 is #D098FD. Grayscale: #4B4B4B. Windows color (decimal): -13670654 or 157487. OLE color: 157487.

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

Color convert

RGB471032-
CMYK0.5400.980.60
HSL93.27º96.19%20.59%-
HSV(B)93.27º98.06%40.39%-
XYZ6.0310.311.73-
YUV74.7486.95108.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.92%
GREEN value IS 103 (40.62% from 255) = 67.76%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=30.92%
G=67.76%
B=1.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4710320.5400.980.6093.2796.1920.59
Hex2F672360623C5d6015
Octal5714726601427413514025
Binary101111110011110110110011000101111001011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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