#2F7201

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

Shades of Bilbao #2F7201

Tints of Bilbao #2F7201

Color information

#2F7201 (or 0x2F7201) is unknown color: approx Bilbao. HEX triplet: 2F, 72 and 01. RGB value is (47,114,1). Sum of RGB (Red+Green+Blue) = 47+114+1=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7201 is #D08DFE. Grayscale: #515151. Windows color (decimal): -13667839 or 94767. OLE color: 94767.

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

Color convert

RGB471141-
CMYK0.5900.990.55
HSL95.58º98.26%22.55%-
HSV(B)95.58º99.12%44.71%-
XYZ7.212.642.09-
YUV81.0882.8103.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 114 (44.92% from 255) = 70.37%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=29.01%
G=70.37%
B=0.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4711410.5900.990.5595.5898.2622.55
Hex2F7213B06337606217
Octal5716217301436714014227
Binary10111111100101111011011000111101111100000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,1); }

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

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

 a { background-color: rgb(47,114,1); }

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

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

 span { border-color: rgb(47,114,1); }

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