#2B6700

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

Shades of Bilbao #2B6700

Tints of Bilbao #2B6700

Color information

#2B6700 (or 0x2B6700) is unknown color: approx Bilbao. HEX triplet: 2B, 67 and 00. RGB value is (43,103,0). Sum of RGB (Red+Green+Blue) = 43+103+0=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 103 (40.62% from 255 or 70.55% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6700 is #D498FF. Grayscale: #494949. Windows color (decimal): -13932800 or 26411. OLE color: 26411.

HSL color Cylindrical-coordinate representation of color #2B6700: hue angle of 94.95º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B6700 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB431030-
CMYK0.58010.60
HSL94.95º100%20.2%-
HSV(B)94.95º100%40.39%-
XYZ5.8510.211.66-
YUV73.3286.62106.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.45%
GREEN value IS 103 (40.62% from 255) = 70.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.45%
G=70.55%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4310300.58010.6094.9510020.2
Hex2B6703A0643C5f6414
Octal5314707201447413714424
Binary10101111001110111010011001001111001011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,0); }

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

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

 a { background-color: rgb(43,103,0); }

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

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

 span { border-color: rgb(43,103,0); }

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