#2C8214

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

Shades of Bilbao #2C8214

Tints of Bilbao #2C8214

Color information

#2C8214 (or 0x2C8214) is unknown color: approx Bilbao. HEX triplet: 2C, 82 and 14. RGB value is (44,130,20). Sum of RGB (Red+Green+Blue) = 44+130+20=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #2C8214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8214 is #D37DEB. Grayscale: #5C5C5C. Windows color (decimal): -13860332 or 1344044. OLE color: 1344044.

HSL color Cylindrical-coordinate representation of color #2C8214: hue angle of 106.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C8214 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB4413020-
CMYK0.6600.850.49
HSL106.91º73.33%29.41%-
HSV(B)106.91º84.62%50.98%-
XYZ9.1516.553.37-
YUV91.7587.5193.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 130 (51.17% from 255) = 67.01%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=22.68%
G=67.01%
B=10.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44130200.6600.850.49106.9173.3329.41
Hex2C821442055316b491d
Octal542022410201256115311135
Binary10110010000010101001000010010101011100011101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,20); }

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

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

 a { background-color: rgb(44,130,20); }

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

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

 span { border-color: rgb(44,130,20); }

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