Html Css Color HEX #306F12 Bilbao

📋 copy color: '#306F12'

red 48 ◦ green 111 ◦ blue 18

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

Shades of Bilbao #306F12

Tints of Bilbao #306F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.71%

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 27.12%
G = 62.71%
B = 10.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#306F12 (or 0x306F12) is known color: Bilbao. HEX triplet: 30, 6F and 12. RGB value is (48,111,18). Sum of RGB (Red+Green+Blue) = 48+111+18=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #306F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306F12 is #CF90ED. Grayscale: #515151. Windows color (decimal): -13603054 or 1208112. OLE color: 1208112.

HSL color Cylindrical-coordinate representation of color #306F12: hue angle of 100.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #306F12 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 18 -
CMYK 0.57 0 0.84 0.56
HSL 100.65º 0.72% 0.25% -
HSV(B) 100.65º 0.84% 0.44% -
XYZ 7.01 12.04 2.53 -
YUV 81.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 48 111 18 0.57 0 0.84 0.56 100.65 0.72 0.25
Hex 30 6F 12 39 0 54 38 65 48 19
Octal 60 157 22 71 0 124 70 145 110 31
Binary 110000 1101111 10010 111001 0 1010100 111000 1100101 1001000 11001

Color Harmonies of #306F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F12

Black with #306F12

Text Example


Text Example

White with #306F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,111,18); }

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

background-color css

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

 a { background-color: rgb(48,111,18); }

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

border-color css

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

 span { border-color: rgb(48,111,18); }

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