Html Css Color HEX #28730A Bilbao

📋 copy color: '#28730A'

red 40 ◦ green 115 ◦ blue 10

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

Shades of Bilbao #28730A

Tints of Bilbao #28730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 69.7%

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 24.24%
G = 69.7%
B = 6.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#28730A (or 0x28730A) is known color: Bilbao. HEX triplet: 28, 73 and 0A. RGB value is (40,115,10). Sum of RGB (Red+Green+Blue) = 40+115+10=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #28730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28730A is #D78CF5. Grayscale: #505050. Windows color (decimal): -14126326 or 684840. OLE color: 684840.

HSL color Cylindrical-coordinate representation of color #28730A: hue angle of 102.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28730A is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 115 10 -
CMYK 0.65 0 0.91 0.55
HSL 102.86º 0.84% 0.25% -
HSV(B) 102.86º 0.91% 0.45% -
XYZ 7.06 12.73 2.37 -
YUV 80.61 88.15 99.04 -
System Red Green Blue C M Y K H S L
Decimal 40 115 10 0.65 0 0.91 0.55 102.86 0.84 0.25
Hex 28 73 A 41 0 5B 37 67 54 19
Octal 50 163 12 101 0 133 67 147 124 31
Binary 101000 1110011 1010 1000001 0 1011011 110111 1100111 1010100 11001

Color Harmonies of #28730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28730A

Black with #28730A

Text Example


Text Example

White with #28730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28730A; }

 p { color: rgb(40,115,10); }

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

background-color css

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

 a { background-color: rgb(40,115,10); }

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

border-color css

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

 span { border-color: rgb(40,115,10); }

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