#2B6702

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

Shades of Bilbao #2B6702

Tints of Bilbao #2B6702

Color information

#2B6702 (or 0x2B6702) is unknown color: approx Bilbao. HEX triplet: 2B, 67 and 02. RGB value is (43,103,2). Sum of RGB (Red+Green+Blue) = 43+103+2=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 103 (40.62% from 255 or 69.59% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6702 is #D498FD. Grayscale: #494949. Windows color (decimal): -13932798 or 157483. OLE color: 157483.

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

Color convert

RGB431032-
CMYK0.5800.980.60
HSL95.64º96.19%20.59%-
HSV(B)95.64º98.06%40.39%-
XYZ5.8610.221.72-
YUV73.5587.62106.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.05%
GREEN value IS 103 (40.62% from 255) = 69.59%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=29.05%
G=69.59%
B=1.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4310320.5800.980.6095.6496.1920.59
Hex2B6723A0623C606015
Octal5314727201427414014025
Binary101011110011110111010011000101111001100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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