Html Css Color HEX #287015 Bilbao

📋 copy color: '#287015'

red 40 ◦ green 112 ◦ blue 21

#287015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #287015

Tints of Bilbao #287015

RGB

 RED value IS 40 (16.02% from 255) = 23.12%

 GREEN value IS 112 (44.14% from 255) = 64.74%

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 23.12%
G = 64.74%
B = 12.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#287015 (or 0x287015) is known color: Bilbao. HEX triplet: 28, 70 and 15. RGB value is (40,112,21). Sum of RGB (Red+Green+Blue) = 40+112+21=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #287015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287015 is #D78FEA. Grayscale: #505050. Windows color (decimal): -14127083 or 1404968. OLE color: 1404968.

HSL color Cylindrical-coordinate representation of color #287015: hue angle of 107.47º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #287015 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 21 -
CMYK 0.64 0 0.81 0.56
HSL 107.47º 0.68% 0.26% -
HSV(B) 107.47º 0.81% 0.44% -
XYZ 6.8 12.09 2.69 -
YUV 80.1 94.65 99.4 -
System Red Green Blue C M Y K H S L
Decimal 40 112 21 0.64 0 0.81 0.56 107.47 0.68 0.26
Hex 28 70 15 40 0 51 38 6B 44 1A
Octal 50 160 25 100 0 121 70 153 104 32
Binary 101000 1110000 10101 1000000 0 1010001 111000 1101011 1000100 11010

Color Harmonies of #287015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287015

Black with #287015

Text Example


Text Example

White with #287015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287015; }

 p { color: rgb(40,112,21); }

 H1.HeaderClassName
 {
   color: #287015;
 }
 .AnyTagClassName
 {
   color: #287015;
 }
</style>

background-color css

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

 a { background-color: rgb(40,112,21); }

 div.DivClassName
 {
   background-color: #287015;
 }
 .BgClassName
 {
   background-color: #287015;
 }
</style>

border-color css

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

 span { border-color: rgb(40,112,21); }

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