#2B7C04

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

Shades of Bilbao #2B7C04

Tints of Bilbao #2B7C04

Color information

#2B7C04 (or 0x2B7C04) is unknown color: approx Bilbao. HEX triplet: 2B, 7C and 04. RGB value is (43,124,4). Sum of RGB (Red+Green+Blue) = 43+124+4=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 124 (48.83% from 255 or 72.51% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7C04 is #D483FB. Grayscale: #565656. Windows color (decimal): -13927420 or 293931. OLE color: 293931.

HSL color Cylindrical-coordinate representation of color #2B7C04: hue angle of 100.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B7C04 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB431244-
CMYK0.6500.970.51
HSL100.5º93.75%25.1%-
HSV(B)100.5º96.77%48.63%-
XYZ8.2314.942.56-
YUV86.181.6697.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 124 (48.83% from 255) = 72.51%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=25.15%
G=72.51%
B=2.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4312440.6500.970.51100.593.7525.1
Hex2B7C44106133645e19
Octal53174410101416314413631
Binary10101111111001001000001011000011100111100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,124,4); }

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

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

 a { background-color: rgb(43,124,4); }

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

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

 span { border-color: rgb(43,124,4); }

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