#2F701A

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

Shades of Bilbao #2F701A

Tints of Bilbao #2F701A

Color information

#2F701A (or 0x2F701A) is unknown color: approx Bilbao. HEX triplet: 2F, 70 and 1A. RGB value is (47,112,26). Sum of RGB (Red+Green+Blue) = 47+112+26=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #2F701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F701A is #D08FE5. Grayscale: #535353. Windows color (decimal): -13668326 or 1732655. OLE color: 1732655.

HSL color Cylindrical-coordinate representation of color #2F701A: hue angle of 105.35º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F701A is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB4711226-
CMYK0.5800.770.56
HSL105.35º62.32%27.06%-
HSV(B)105.35º76.79%43.92%-
XYZ7.1512.272.97-
YUV82.7695.97102.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.41%
GREEN value IS 112 (44.14% from 255) = 60.54%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=25.41%
G=60.54%
B=14.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47112260.5800.770.56105.3562.3227.06
Hex2F701A3A04D38693e1b
Octal5716032720115701517633
Binary10111111100001101011101001001101111000110100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,112,26); }

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

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

 a { background-color: rgb(47,112,26); }

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

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

 span { border-color: rgb(47,112,26); }

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