#2B780A

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

Shades of Bilbao #2B780A

Tints of Bilbao #2B780A

Color information

#2B780A (or 0x2B780A) is unknown color: approx Bilbao. HEX triplet: 2B, 78 and 0A. RGB value is (43,120,10). Sum of RGB (Red+Green+Blue) = 43+120+10=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #2B780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B780A is #D487F5. Grayscale: #545454. Windows color (decimal): -13928438 or 686123. OLE color: 686123.

HSL color Cylindrical-coordinate representation of color #2B780A: hue angle of 102º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B780A is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB4312010-
CMYK0.6400.920.53
HSL102º84.62%25.49%-
HSV(B)102º91.67%47.06%-
XYZ7.7713.972.57-
YUV84.4485.9998.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 120 (47.27% from 255) = 69.36%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=24.86%
G=69.36%
B=5.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43120100.6400.920.5310284.6225.49
Hex2B78A4005C35665519
Octal531701210001346514612531
Binary101011111100010101000000010111001101011100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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