#2F7C14

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

Shades of Bilbao #2F7C14

Tints of Bilbao #2F7C14

Color information

#2F7C14 (or 0x2F7C14) is unknown color: approx Bilbao. HEX triplet: 2F, 7C and 14. RGB value is (47,124,20). Sum of RGB (Red+Green+Blue) = 47+124+20=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #2F7C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7C14 is #D083EB. Grayscale: #595959. Windows color (decimal): -13665260 or 1342511. OLE color: 1342511.

HSL color Cylindrical-coordinate representation of color #2F7C14: hue angle of 104.42º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F7C14 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB4712420-
CMYK0.6200.840.51
HSL104.42º72.22%28.24%-
HSV(B)104.42º83.87%48.63%-
XYZ8.5115.073.12-
YUV89.1288.9997.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 124 (48.83% from 255) = 64.92%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=24.61%
G=64.92%
B=10.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47124200.6200.840.51104.4272.2228.24
Hex2F7C143E0543368481c
Octal57174247601246315011034
Binary101111111110010100111110010101001100111101000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,124,20); }

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

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

 a { background-color: rgb(47,124,20); }

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

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

 span { border-color: rgb(47,124,20); }

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