#2B6901

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

Shades of Bilbao #2B6901

Tints of Bilbao #2B6901

Color information

#2B6901 (or 0x2B6901) is unknown color: approx Bilbao. HEX triplet: 2B, 69 and 01. RGB value is (43,105,1). Sum of RGB (Red+Green+Blue) = 43+105+1=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 105 (41.41% from 255 or 70.47% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6901 is #D496FE. Grayscale: #4A4A4A. Windows color (decimal): -13932287 or 92459. OLE color: 92459.

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

Color convert

RGB431051-
CMYK0.5900.990.59
HSL95.77º98.11%20.78%-
HSV(B)95.77º99.05%41.18%-
XYZ6.0510.621.76-
YUV74.6186.46105.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.86%
GREEN value IS 105 (41.41% from 255) = 70.47%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=28.86%
G=70.47%
B=0.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4310510.5900.990.5995.7798.1120.78
Hex2B6913B0633B606215
Octal5315117301437314014225
Binary10101111010011111011011000111110111100000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,105,1); }

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

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

 a { background-color: rgb(43,105,1); }

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

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

 span { border-color: rgb(43,105,1); }

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