#2B6809

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

Shades of Bilbao #2B6809

Tints of Bilbao #2B6809

Color information

#2B6809 (or 0x2B6809) is unknown color: approx Bilbao. HEX triplet: 2B, 68 and 09. RGB value is (43,104,9). Sum of RGB (Red+Green+Blue) = 43+104+9=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6809 is #D497F6. Grayscale: #4B4B4B. Windows color (decimal): -13932535 or 616491. OLE color: 616491.

HSL color Cylindrical-coordinate representation of color #2B6809: hue angle of 98.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B6809 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB431049-
CMYK0.5900.910.59
HSL98.53º84.07%22.16%-
HSV(B)98.53º91.35%40.78%-
XYZ610.431.96-
YUV74.9390.79105.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 104 (41.02% from 255) = 66.67%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=27.56%
G=66.67%
B=5.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4310490.5900.910.5998.5384.0722.16
Hex2B6893B05B3B635416
Octal53150117301337314312426
Binary10101111010001001111011010110111110111100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,9); }

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

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

 a { background-color: rgb(43,104,9); }

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

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

 span { border-color: rgb(43,104,9); }

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