Html Css Color HEX #287213 Bilbao

📋 copy color: '#287213'

red 40 ◦ green 114 ◦ blue 19

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

Shades of Bilbao #287213

Tints of Bilbao #287213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 65.9%

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 23.12%
G = 65.9%
B = 10.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#287213 (or 0x287213) is known color: Bilbao. HEX triplet: 28, 72 and 13. RGB value is (40,114,19). Sum of RGB (Red+Green+Blue) = 40+114+19=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 114 (44.92% from 255 or 65.90% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 114 - color contains mainly: green. Hex color #287213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287213 is #D78DEC. Grayscale: #515151. Windows color (decimal): -14126573 or 1274408. OLE color: 1274408.

HSL color Cylindrical-coordinate representation of color #287213: hue angle of 106.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287213 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 19 -
CMYK 0.65 0 0.83 0.55
HSL 106.74º 0.71% 0.26% -
HSV(B) 106.74º 0.83% 0.45% -
XYZ 7.01 12.53 2.67 -
YUV 81.04 92.98 98.72 -
System Red Green Blue C M Y K H S L
Decimal 40 114 19 0.65 0 0.83 0.55 106.74 0.71 0.26
Hex 28 72 13 41 0 53 37 6B 47 1A
Octal 50 162 23 101 0 123 67 153 107 32
Binary 101000 1110010 10011 1000001 0 1010011 110111 1101011 1000111 11010

Color Harmonies of #287213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287213

Black with #287213

Text Example


Text Example

White with #287213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287213; }

 p { color: rgb(40,114,19); }

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

background-color css

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

 a { background-color: rgb(40,114,19); }

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

border-color css

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

 span { border-color: rgb(40,114,19); }

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