Html Css Color HEX #28710D Bilbao

📋 copy color: '#28710D'

red 40 ◦ green 113 ◦ blue 13

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

Shades of Bilbao #28710D

Tints of Bilbao #28710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 68.07%

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 24.1%
G = 68.07%
B = 7.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#28710D (or 0x28710D) is known color: Bilbao. HEX triplet: 28, 71 and 0D. RGB value is (40,113,13). Sum of RGB (Red+Green+Blue) = 40+113+13=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 113 (44.53% from 255 or 68.07% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 113 - color contains mainly: green. Hex color #28710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28710D is #D78EF2. Grayscale: #505050. Windows color (decimal): -14126835 or 880936. OLE color: 880936.

HSL color Cylindrical-coordinate representation of color #28710D: hue angle of 103.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28710D is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 113 13 -
CMYK 0.65 0 0.88 0.56
HSL 103.8º 0.79% 0.25% -
HSV(B) 103.8º 0.88% 0.44% -
XYZ 6.85 12.29 2.39 -
YUV 79.77 90.32 99.63 -
System Red Green Blue C M Y K H S L
Decimal 40 113 13 0.65 0 0.88 0.56 103.8 0.79 0.25
Hex 28 71 D 41 0 58 38 68 4F 19
Octal 50 161 15 101 0 130 70 150 117 31
Binary 101000 1110001 1101 1000001 0 1011000 111000 1101000 1001111 11001

Color Harmonies of #28710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28710D

Black with #28710D

Text Example


Text Example

White with #28710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28710D; }

 p { color: rgb(40,113,13); }

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

background-color css

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

 a { background-color: rgb(40,113,13); }

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

border-color css

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

 span { border-color: rgb(40,113,13); }

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