#2B7918

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

Shades of Bilbao #2B7918

Tints of Bilbao #2B7918

Color information

#2B7918 (or 0x2B7918) is unknown color: approx Bilbao. HEX triplet: 2B, 79 and 18. RGB value is (43,121,24). Sum of RGB (Red+Green+Blue) = 43+121+24=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 121 (47.66% from 255 or 64.36% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7918 is #D486E7. Grayscale: #565656. Windows color (decimal): -13928168 or 1603883. OLE color: 1603883.

HSL color Cylindrical-coordinate representation of color #2B7918: hue angle of 108.25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7918 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB4312124-
CMYK0.6400.800.53
HSL108.25º66.9%28.43%-
HSV(B)108.25º80.17%47.45%-
XYZ814.253.19-
YUV86.6292.6696.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 121 (47.66% from 255) = 64.36%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=22.87%
G=64.36%
B=12.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43121240.6400.800.53108.2566.928.43
Hex2B791840050356c431c
Octal531713010001206515410334
Binary1010111111001110001000000010100001101011101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,121,24); }

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

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

 a { background-color: rgb(43,121,24); }

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

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

 span { border-color: rgb(43,121,24); }

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