#2F7821

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

Shades of Bilbao #2F7821

Tints of Bilbao #2F7821

Color information

#2F7821 (or 0x2F7821) is unknown color: approx Bilbao. HEX triplet: 2F, 78 and 21. RGB value is (47,120,33). Sum of RGB (Red+Green+Blue) = 47+120+33=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7821 is #D087DE. Grayscale: #585858. Windows color (decimal): -13666271 or 2193455. OLE color: 2193455.

HSL color Cylindrical-coordinate representation of color #2F7821: hue angle of 110.34º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F7821 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB4712033-
CMYK0.6100.720.53
HSL110.34º56.86%30%-
HSV(B)110.34º72.5%47.06%-
XYZ8.1614.153.74-
YUV88.2696.8298.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.5%
GREEN value IS 120 (47.27% from 255) = 60%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=23.5%
G=60%
B=16.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47120330.6100.720.53110.3456.8630
Hex2F78213D048356e391e
Octal5717041750110651567136
Binary101111111100010000111110101001000110101110111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,120,33); }

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

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

 a { background-color: rgb(47,120,33); }

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

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

 span { border-color: rgb(47,120,33); }

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