#2F741D

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

Shades of Bilbao #2F741D

Tints of Bilbao #2F741D

Color information

#2F741D (or 0x2F741D) is unknown color: approx Bilbao. HEX triplet: 2F, 74 and 1D. RGB value is (47,116,29). Sum of RGB (Red+Green+Blue) = 47+116+29=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #2F741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F741D is #D08BE2. Grayscale: #555555. Windows color (decimal): -13667299 or 1930287. OLE color: 1930287.

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

Color convert

RGB4711629-
CMYK0.5900.750.55
HSL107.59º60%28.43%-
HSV(B)107.59º75%45.49%-
XYZ7.6413.183.3-
YUV85.4596.14100.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 116 (45.70% from 255) = 60.42%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=24.48%
G=60.42%
B=15.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47116290.5900.750.55107.596028.43
Hex2F741D3B04B376c3c1c
Octal5716435730113671547434
Binary10111111101001110111101101001011110111110110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,116,29); }

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

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

 a { background-color: rgb(47,116,29); }

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

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

 span { border-color: rgb(47,116,29); }

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