#2B700A

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

Shades of Bilbao #2B700A

Tints of Bilbao #2B700A

Color information

#2B700A (or 0x2B700A) is unknown color: approx Bilbao. HEX triplet: 2B, 70 and 0A. RGB value is (43,112,10). Sum of RGB (Red+Green+Blue) = 43+112+10=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #2B700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B700A is #D48FF5. Grayscale: #505050. Windows color (decimal): -13930486 or 684075. OLE color: 684075.

HSL color Cylindrical-coordinate representation of color #2B700A: hue angle of 100.59º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B700A is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB4311210-
CMYK0.6200.910.56
HSL100.59º83.61%23.92%-
HSV(B)100.59º91.07%43.92%-
XYZ6.8512.122.27-
YUV79.7488.64101.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 112 (44.14% from 255) = 67.88%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=26.06%
G=67.88%
B=6.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43112100.6200.910.56100.5983.6123.92
Hex2B70A3E05B38655418
Octal53160127601337014512430
Binary10101111100001010111110010110111110001100101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,10); }

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

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

 a { background-color: rgb(43,112,10); }

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

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

 span { border-color: rgb(43,112,10); }

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