Html Css Color HEX #28740D Bilbao

📋 copy color: '#28740D'

red 40 ◦ green 116 ◦ blue 13

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

Shades of Bilbao #28740D

Tints of Bilbao #28740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 68.64%

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

R = 23.67%
G = 68.64%
B = 7.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#28740D (or 0x28740D) is known color: Bilbao. HEX triplet: 28, 74 and 0D. RGB value is (40,116,13). Sum of RGB (Red+Green+Blue) = 40+116+13=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #28740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28740D is #D78BF2. Grayscale: #515151. Windows color (decimal): -14126067 or 881704. OLE color: 881704.

HSL color Cylindrical-coordinate representation of color #28740D: hue angle of 104.27º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28740D is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 116 13 -
CMYK 0.66 0 0.89 0.55
HSL 104.27º 0.8% 0.25% -
HSV(B) 104.27º 0.89% 0.45% -
XYZ 7.19 12.97 2.51 -
YUV 81.53 89.32 98.38 -
System Red Green Blue C M Y K H S L
Decimal 40 116 13 0.66 0 0.89 0.55 104.27 0.8 0.25
Hex 28 74 D 42 0 59 37 68 50 19
Octal 50 164 15 102 0 131 67 150 120 31
Binary 101000 1110100 1101 1000010 0 1011001 110111 1101000 1010000 11001

Color Harmonies of #28740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28740D

Black with #28740D

Text Example


Text Example

White with #28740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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