Html Css Color HEX #307109 Bilbao

📋 copy color: '#307109'

red 48 ◦ green 113 ◦ blue 9

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

Shades of Bilbao #307109

Tints of Bilbao #307109

RGB

 RED value IS 48 (19.14% from 255) = 28.24%

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

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 28.24%
G = 66.47%
B = 5.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#307109 (or 0x307109) is known color: Bilbao. HEX triplet: 30, 71 and 09. RGB value is (48,113,9). Sum of RGB (Red+Green+Blue) = 48+113+9=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #307109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307109 is #CF8EF6. Grayscale: #525252. Windows color (decimal): -13602551 or 618800. OLE color: 618800.

HSL color Cylindrical-coordinate representation of color #307109: hue angle of 97.5º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #307109 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 9 -
CMYK 0.58 0 0.92 0.56
HSL 97.5º 0.85% 0.24% -
HSV(B) 97.5º 0.92% 0.44% -
XYZ 7.17 12.46 2.29 -
YUV 81.71 86.97 103.96 -
System Red Green Blue C M Y K H S L
Decimal 48 113 9 0.58 0 0.92 0.56 97.5 0.85 0.24
Hex 30 71 9 3A 0 5C 38 62 55 18
Octal 60 161 11 72 0 134 70 142 125 30
Binary 110000 1110001 1001 111010 0 1011100 111000 1100010 1010101 11000

Color Harmonies of #307109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307109

Black with #307109

Text Example


Text Example

White with #307109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307109; }

 p { color: rgb(48,113,9); }

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

background-color css

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

 a { background-color: rgb(48,113,9); }

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

border-color css

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

 span { border-color: rgb(48,113,9); }

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