#2C731F

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

Shades of Bilbao #2C731F

Tints of Bilbao #2C731F

Color information

#2C731F (or 0x2C731F) is unknown color: approx Bilbao. HEX triplet: 2C, 73 and 1F. RGB value is (44,115,31). Sum of RGB (Red+Green+Blue) = 44+115+31=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #2C731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C731F is #D38CE0. Grayscale: #545454. Windows color (decimal): -13864161 or 2061100. OLE color: 2061100.

HSL color Cylindrical-coordinate representation of color #2C731F: hue angle of 110.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C731F is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB4411531-
CMYK0.6200.730.55
HSL110.71º57.53%28.63%-
HSV(B)110.71º73.04%45.1%-
XYZ7.4212.93.39-
YUV84.297.9899.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.16%
GREEN value IS 115 (45.31% from 255) = 60.53%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=23.16%
G=60.53%
B=16.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44115310.6200.730.55110.7157.5328.63
Hex2C731F3E049376f3a1d
Octal5416337760111671577235
Binary10110011100111111111111001001001110111110111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,115,31); }

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

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

 a { background-color: rgb(44,115,31); }

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

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

 span { border-color: rgb(44,115,31); }

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