Html Css Color HEX #306D09 Bilbao

📋 copy color: '#306D09'

red 48 ◦ green 109 ◦ blue 9

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

Shades of Bilbao #306D09

Tints of Bilbao #306D09

RGB

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

 GREEN value IS 109 (42.97% from 255) = 65.66%

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

R = 28.92%
G = 65.66%
B = 5.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#306D09 (or 0x306D09) is known color: Bilbao. HEX triplet: 30, 6D and 09. RGB value is (48,109,9). Sum of RGB (Red+Green+Blue) = 48+109+9=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 109 (42.97% from 255 or 65.66% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 109 - color contains mainly: green. Hex color #306D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306D09 is #CF92F6. Grayscale: #4F4F4F. Windows color (decimal): -13603575 or 617776. OLE color: 617776.

HSL color Cylindrical-coordinate representation of color #306D09: hue angle of 96.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #306D09 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 109 9 -
CMYK 0.56 0 0.92 0.57
HSL 96.6º 0.85% 0.23% -
HSV(B) 96.6º 0.92% 0.43% -
XYZ 6.74 11.59 2.14 -
YUV 79.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 48 109 9 0.56 0 0.92 0.57 96.6 0.85 0.23
Hex 30 6D 9 38 0 5C 39 61 55 17
Octal 60 155 11 70 0 134 71 141 125 27
Binary 110000 1101101 1001 111000 0 1011100 111001 1100001 1010101 10111

Color Harmonies of #306D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D09

Black with #306D09

Text Example


Text Example

White with #306D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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