Html Css Color HEX #247005 Bilbao

📋 copy color: '#247005'

red 36 ◦ green 112 ◦ blue 5

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

Shades of Bilbao #247005

Tints of Bilbao #247005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 73.2%

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 23.53%
G = 73.2%
B = 3.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#247005 (or 0x247005) is known color: Bilbao. HEX triplet: 24, 70 and 05. RGB value is (36,112,5). Sum of RGB (Red+Green+Blue) = 36+112+5=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #247005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247005 is #DB8FFA. Grayscale: #4D4D4D. Windows color (decimal): -14389243 or 356388. OLE color: 356388.

HSL color Cylindrical-coordinate representation of color #247005: hue angle of 102.62º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #247005 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 112 5 -
CMYK 0.68 0 0.96 0.56
HSL 102.62º 0.91% 0.23% -
HSV(B) 102.62º 0.96% 0.44% -
XYZ 6.55 11.97 2.11 -
YUV 77.08 87.32 98.7 -
System Red Green Blue C M Y K H S L
Decimal 36 112 5 0.68 0 0.96 0.56 102.62 0.91 0.23
Hex 24 70 5 44 0 60 38 67 5B 17
Octal 44 160 5 104 0 140 70 147 133 27
Binary 100100 1110000 101 1000100 0 1100000 111000 1100111 1011011 10111

Color Harmonies of #247005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247005

Black with #247005

Text Example


Text Example

White with #247005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247005; }

 p { color: rgb(36,112,5); }

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

background-color css

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

 a { background-color: rgb(36,112,5); }

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

border-color css

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

 span { border-color: rgb(36,112,5); }

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