#2D731B

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

Shades of Bilbao #2D731B

Tints of Bilbao #2D731B

Color information

#2D731B (or 0x2D731B) is unknown color: approx Bilbao. HEX triplet: 2D, 73 and 1B. RGB value is (45,115,27). Sum of RGB (Red+Green+Blue) = 45+115+27=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #2D731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D731B is #D28CE4. Grayscale: #545454. Windows color (decimal): -13798629 or 1798957. OLE color: 1798957.

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

Color convert

RGB4511527-
CMYK0.6100.770.55
HSL107.73º61.97%27.84%-
HSV(B)107.73º76.52%45.1%-
XYZ7.4112.93.14-
YUV84.0495.81100.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.06%
GREEN value IS 115 (45.31% from 255) = 61.50%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=24.06%
G=61.50%
B=14.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45115270.6100.770.55107.7361.9727.84
Hex2D731B3D04D376c3e1c
Octal5516333750115671547634
Binary10110111100111101111110101001101110111110110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,115,27); }

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

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

 a { background-color: rgb(45,115,27); }

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

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

 span { border-color: rgb(45,115,27); }

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