#287C05

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

Shades of Bilbao #287C05

Tints of Bilbao #287C05

Color information

#287C05 (or 0x287C05) is unknown color: approx Bilbao. HEX triplet: 28, 7C and 05. RGB value is (40,124,5). Sum of RGB (Red+Green+Blue) = 40+124+5=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 124 (48.83% from 255 or 73.37% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 124 - color contains mainly: green. Hex color #287C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287C05 is #D783FA. Grayscale: #555555. Windows color (decimal): -14124027 or 359464. OLE color: 359464.

HSL color Cylindrical-coordinate representation of color #287C05: hue angle of 102.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #287C05 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB401245-
CMYK0.6800.960.51
HSL102.35º92.25%25.29%-
HSV(B)102.35º95.97%48.63%-
XYZ8.1114.882.59-
YUV85.3282.6795.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 124 (48.83% from 255) = 73.37%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=23.67%
G=73.37%
B=2.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4012450.6800.960.51102.3592.2525.29
Hex287C54406033665c19
Octal50174510401406314613431
Binary10100011111001011000100011000001100111100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287C05; }

 p { color: rgb(40,124,5); }

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

<style>
 a { background-color: #287C05; }

 a { background-color: rgb(40,124,5); }

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

<style>
 span { border-color: #287C05; }

 span { border-color: rgb(40,124,5); }

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