Html Css Color HEX #247304 Bilbao

📋 copy color: '#247304'

red 36 ◦ green 115 ◦ blue 4

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

Shades of Bilbao #247304

Tints of Bilbao #247304

RGB

 RED value IS 36 (14.45% from 255) = 23.23%

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 23.23%
G = 74.19%
B = 2.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#247304 (or 0x247304) is known color: Bilbao. HEX triplet: 24, 73 and 04. RGB value is (36,115,4). Sum of RGB (Red+Green+Blue) = 36+115+4=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #247304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247304 is #DB8CFB. Grayscale: #4F4F4F. Windows color (decimal): -14388476 or 291620. OLE color: 291620.

HSL color Cylindrical-coordinate representation of color #247304: hue angle of 102.7º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #247304 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 115 4 -
CMYK 0.69 0 0.97 0.55
HSL 102.7º 0.93% 0.23% -
HSV(B) 102.7º 0.97% 0.45% -
XYZ 6.88 12.65 2.19 -
YUV 78.73 85.83 97.53 -
System Red Green Blue C M Y K H S L
Decimal 36 115 4 0.69 0 0.97 0.55 102.7 0.93 0.23
Hex 24 73 4 45 0 61 37 67 5D 17
Octal 44 163 4 105 0 141 67 147 135 27
Binary 100100 1110011 100 1000101 0 1100001 110111 1100111 1011101 10111

Color Harmonies of #247304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247304

Black with #247304

Text Example


Text Example

White with #247304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247304; }

 p { color: rgb(36,115,4); }

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

background-color css

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

 a { background-color: rgb(36,115,4); }

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

border-color css

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

 span { border-color: rgb(36,115,4); }

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