#2F840E

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

Shades of Bilbao #2F840E

Tints of Bilbao #2F840E

Color information

#2F840E (or 0x2F840E) is unknown color: approx Bilbao. HEX triplet: 2F, 84 and 0E. RGB value is (47,132,14). Sum of RGB (Red+Green+Blue) = 47+132+14=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #2F840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F840E is #D07BF1. Grayscale: #5D5D5D. Windows color (decimal): -13663218 or 951343. OLE color: 951343.

HSL color Cylindrical-coordinate representation of color #2F840E: hue angle of 103.22º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F840E is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB4713214-
CMYK0.6400.890.48
HSL103.22º80.82%28.63%-
HSV(B)103.22º89.39%51.76%-
XYZ9.517.143.22-
YUV93.1383.3495.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 132 (51.95% from 255) = 68.39%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=24.35%
G=68.39%
B=7.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132140.6400.890.48103.2280.8228.63
Hex2F84E400593067511d
Octal572041610001316014712135
Binary1011111000010011101000000010110011100001100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,132,14); }

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

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

 a { background-color: rgb(47,132,14); }

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

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

 span { border-color: rgb(47,132,14); }

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